Hi, one of our client have a umbraco 4.7.2 installation. We had to do a little clean up on the site and we saw that the logs(in umbracoLog database) is set to verbose. Well not sure it's set to verbose, but gigs of records for Schedule task, System, Custom, Error, Notfound, debug etc etc... Anyway, the question is... Where can i configure the level of log? can't find any settings in the config files. Maybe no config = default?
<logging>
<enableLogging>true</enabledLogging>
<enableAsyncLogging>true</enableAsyncLogging>
<disabledLogTypes>
<logTypeAlias>alias of log type to ignore</logTypeAlias>
</disabledLogTypes>
</logging>
the list of types you can probably guess from the log table but I think these are the core elements:
Umbraco 4.7.2!!!!
Hi, one of our client have a umbraco 4.7.2 installation. We had to do a little clean up on the site and we saw that the logs(in umbracoLog database) is set to verbose. Well not sure it's set to verbose, but gigs of records for Schedule task, System, Custom, Error, Notfound, debug etc etc... Anyway, the question is... Where can i configure the level of log? can't find any settings in the config files. Maybe no config = default?
Thanks
Hi Christian
In /config/umbracosettings.config
There should be a logging section...
the list of types you can probably guess from the log table but I think these are the core elements:
regards
Marc
is working on a reply...