How to switch off DEBUG logging in 0.11beta5
-
pinthenet
How to switch off DEBUG logging in 0.11beta5
Where/how can I reduce the logging level - with DEBUG the /tmp/log.txt grows quite quickly and probably doens't help me much?
Re: How to switch off DEBUG logging in 0.11beta5
Yeah, that was a mistake on my part.
Open up lib/log4php/log4php.properties.
Put a # in front of log4php.rootLogger=DEBUG,logfile
Remove the one from log4php.properties=NONE
This has been fixed in svn.
Open up lib/log4php/log4php.properties.
Put a # in front of log4php.rootLogger=DEBUG,logfile
Remove the one from log4php.properties=NONE
This has been fixed in svn.

