On Jul 2, 2008, at 1:54 AM, abhay srivastava wrote:
Hello,I have a roller 4.0 setup on Tomcat with mysql as database. I was curious how do I disable log4j logging in roller ?Regards,
If you check the example roller.properties in the roller-install- guide.pdf, you'll see you have pretty granular control over what gets logged. But to start off with, try setting the default logging level to the lowest possible value:
log4j.rootCategory=FATAL, roller Alex
