Hi!, I've change to GAE 1.8.1 and suddenly (before, with GAE 1.7.5 everything worked ok) the LOG is not working. None of my debugs lines are dump to console. Then I've see that my logging.conf was not being used. This is my log config:
[loggers] keys=root,rocket,markdown,web2py,rewrite,cron,app,welcome, myApp [logger_myApp] level=DEBUG qualname=web2py.app.myApp handlers=consoleHandler propagate=0 and in my controller: import logging logger = logging.getLogger(request.application) logger.setLevel(logging.DEBUG) Anyone knows why this is happening or any clue at least? Any help will be very appreciated. Thank you in advance -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

