-
-
Notifications
You must be signed in to change notification settings - Fork 337
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
No handlers could be found for logger "silk" #35
Comments
Hi, sorry for the late reply. You still having this issue? Have you tried adding a logger for silk in e.g. 'loggers': {
'silk': {
'handlers': ['console'],
'level': 'DEBUG'
}
} Although it's saying no handlers found as opposed to no logger found. Have you mistakingly added |
thx, this must work.I had thought so, but didn't try. Hi, sorry for the late reply. You still having this issue? Have you tried e.g. 'loggers': { Although it's saying no handlers found as opposed to no logger found. Have — |
Ok cool. It shouldn't be causing an error if you haven't included a logger though. It should just simply not log anything. So if you confirm that this is the case I will fix this. |
Yes, I think it should be silent if no logger.and show how to enable it in
|
Every time I request , I get this error tip: No handlers could be found for logger "silk"
Except this error tip, everything is ok.
Django version 1.5.1
silk version 0.4
The text was updated successfully, but these errors were encountered: