Running a live project of Umbraco and using log4net out of the box, my logging files are growing quickly with DEBUG and INFO messages. All the debug settings are set to false, obviously.
Does anyone knows how to strict this DEBUG and INFO messages? Thank you.
Joao.
I know, this is an older post, but I have a question regarding the log4net logging. I'd like to set up the log4net logging for trace logs, that are usually saved in the database table "umbracoLog". Does Umbraco write those log entries automatically in the logfile, when I configure log4net in the way, it is described here?
log4net logging DEBUG and INFO messages
Running a live project of Umbraco and using log4net out of the box, my logging files are growing quickly with DEBUG and INFO messages. All the debug settings are set to false, obviously.
Does anyone knows how to strict this DEBUG and INFO messages? Thank you. Joao.
It's configured in '\config\log4net.config' and set to 'Info' by default:
Thanks kipusoep. Solved.
Some more logging levels:
DEBUG INFO WARN ERROR
More information about it here.
Hi Umbraco folks,
I know, this is an older post, but I have a question regarding the log4net logging. I'd like to set up the log4net logging for trace logs, that are usually saved in the database table "umbracoLog". Does Umbraco write those log entries automatically in the logfile, when I configure log4net in the way, it is described here?
The umbraco website is using Umbraco v4.9.1.
Thanks a lot for your help,
Ben
is working on a reply...