Log Level

#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
}
 
Top