make sure that also the consolehandler is on DEBUG level [handler_consoleHandler] class=StreamHandler level=DEBUG formatter=simpleFormatter args=(sys.stdout,)
On Thursday, October 11, 2012 10:38:11 AM UTC+2, David Marko wrote: > > logging.conf looks like this: > [logger_root] > level=DEBUG > handlers=consoleHandler,rotatingFileHandler > > And nothing ... > > c:\web2py>c:\python27\python.exe web2py.py -K enterprise_search -D 0 > web2py Web Framework > Created by Massimo Di Pierro, Copyright 2007-2012 > Version 2.1.0 (2012-10-10 15:15:45) dev > Database drivers available: SQLite(sqlite3), MySQL(pymysql), PostgreSQL( > pg8000), MSSQL(pyodbc), DB2(pyodbc), Teradata(pyodbc), CouchDB(couchdb), > MongoDB(pymongo), IMAP(imaplib) > starting single-scheduler for "enterprise_search"... > > c:\web2py> > > > No error, but also no other debugging messages where I would expect some... > --

