W w3services_net Member Oct 3, 2020 #1 Oct 3, 2020 #1 I set log level as ERROR but /usr/local/lsws/logs/error.log also showing Info/ Warn etc. What will be issue?
I set log level as ERROR but /usr/local/lsws/logs/error.log also showing Info/ Warn etc. What will be issue?
W w3services_net Member Oct 3, 2020 #3 Oct 3, 2020 #3 Yes. I checked all possible things including log level in configuration setting.
W w3services_net Member Oct 3, 2020 #5 Oct 3, 2020 #5 errorlog $SERVER_ROOT/logs/error.log { logLevel ERROR debugLevel 10 rollingSize 10M enableStderrLog 1 } accesslog $SERVER_ROOT/logs/access.log { rollingSize 10M keepDays 30 compressArchive 0 }
errorlog $SERVER_ROOT/logs/error.log { logLevel ERROR debugLevel 10 rollingSize 10M enableStderrLog 1 } accesslog $SERVER_ROOT/logs/access.log { rollingSize 10M keepDays 30 compressArchive 0 }
D David Active Member Oct 3, 2020 #6 Oct 3, 2020 #6 Comment out the "debugLevel 10" to "#debugLevel 10" and try again please.