Vladimar,

Have you tried running in production mode?

the prod.cfg sets:

# Server configuration
server.environment="production"
server.logFile="server.log"
server.logToScreen=False

White the dev.cfg sets:


# Disable the debug output at the end on pages.
# logDebugInfoFilter.on = True

server.environment="development"
autoreload.package="devtesting"


Logging in production mode is less then development mode.


Mike

Reply via email to