Hello, I get the following error: "No handlers could be found for logger "myproject". However, my config file seems to have the right sections:
[loggers] keys = root, routes, myproject, sqlalchemy [handlers] keys = console ... [logger_myproject] level = INFO handlers = console qualname = myproject [handler_console] class = StreamHandler args = (sys.stderr,) level = NOTSET formatter = generic [formatter_generic] format = %(asctime)s %(levelname)-5.5s [%(name)s] [%(threadName)s] %(message)s datefmt = %H:%M:%S Do you have any idea ? Thank you for your support, Fabrice -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
