-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step 15, Message of "No handlers could be found for logger "sqlalchemy.engine.base.Engine" #61
Comments
that is odd, but it may be because your configuration file has not defined a logging handler for it. Mind pasting it so we can take a look? |
Hi, |
is this just a warning or is there a traceback as well? |
I've seen this as well, but haven't ever really looked into it as it doesn't seem to cause problems. I'm not sure if I'm missing out on any useful log messages from sqlalchemy... |
@Midori-ch you can use the already defined log handler
or define a custom log handler, here i define a file handler named
|
Hi,
Follow the Readme.rst to set paddles server.
After step 15 when I execute command "$ pecan serve config.py" , server will display a message "No handlers could be found for logger "sqlalchemy.engine.base.Engine".
Is this because I set something wrong?
The text was updated successfully, but these errors were encountered: