My advice would be to run something along the lines as the following:
DELETE from umbracoLog WHERE logHeader in ('Error', 'Debug', 'Open', 'Custom', 'System', 'NotFound', 'Notify');
There are possibly some plugins that will give you a UI to manage the logs, but I usually find that the log entries will calm down when the number of updates return to a normal pace.
How to purge table Umbraco Log ?
Hi,
Is there a way to purge the umbraco.log table in db or we need to this manually ?
I just notice mine is massive due to number of updates we've been doing.
Any advise, Truncate it ?
//fuji
Hi Fuji,
My advice would be to run something along the lines as the following:
There are possibly some plugins that will give you a UI to manage the logs, but I usually find that the log entries will calm down when the number of updates return to a normal pace.
EDIT: The following package may be of use to you if you are looking for cleaner way to manage your logs: https://our.umbraco.org/projects/backoffice-extensions/falm-housekeeping
Gary
is working on a reply...