Jump to content

A way to clear System Alerts?


Recommended Posts

Brendon
Posted

Is there a way to clear these, manually or otherwise? I click on see all in the dashboard and have them going back over a year, i really don't need them kept that long.

Happy2Play
Posted

Not without deleting all Activity also.

 

Happy2Play
Posted (edited)

You could shutdown Emby, open that database and go to the activitylog table and filter the LogSeverity column by error and delete all of the error rows.

Not a database person but assume the is a pretty command that could do this also.

Google foo, clears all the Alerts from the database via a database editor.

DELETE FROM ActivityLog WHERE LogSeverity='Error'

But there are other types besides errors that will show in alerts though, so you can look a using the Type column instead.

@Brendon

Or just nuke the whole database if you don't care about activity either.

Edited by Happy2Play
Brendon
Posted
28 minutes ago, Happy2Play said:

You could shutdown Emby, open that database and go to the activitylog table and filter the LogSeverity column by error and delete all of the error rows.

Not a database person but assume the is a pretty command that could do this also.

@Brendon

Ahh yep that i can do easy enough, thank you @Happy2Play Would be nice if there was an admin option to clear them out of the DB though.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...