Brendon 119 Posted May 21, 2021 Posted May 21, 2021 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 9780 Posted May 21, 2021 Posted May 21, 2021 (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 May 21, 2021 by Happy2Play
Brendon 119 Posted May 21, 2021 Author Posted May 21, 2021 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now