I have logging writing to the console, but not to the log file. Starting with the example, I changed WARNING to DEBUG (everywhere--as soon as I get it working, I'll be more selective), I set [keys] to keys=consoleHandler,rotatingFileHandler.
logs/web2py.log gets created on startup, but never gets any data written to it, despite the copious log events in the console. What am I missing?