Reply To: Debug level not take in account

#6886
rpedde
Participant

@jiceher wrote:

I’ve switch the debug level to 0 because I’ve many messages from the file scanner which have a debug level to 1 (L_SCAN).
It seems it’s not working, I have always this annoying debug ….
My version is svn-1359.

Any ideas ? Patching the sources ?

Log level 0 (fatal warnings) always get logged, as well as log level 1 (log to syslog/eventlog).

If you have a bunch of annoying log messages, they should probably be E_WARN, so they could be ignored I’d guess in 1379 it’s already been fixed, but if you told me what messages were annoying you, I could tune them to E_WARN.

— Ron