-
-
Notifications
You must be signed in to change notification settings - Fork 895
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
can not use it with celery. #2
Comments
forgot to mention. logger.addHandler(app.logger) doesn't seem to be correct. you should not add logger to handlers |
Thanks To celery guys! for handler in app.logger.handlers: logger.addHandler(handler) in SocketIO class' init_app method. |
I actually did not intend to leave that snippet of logging in the released version, it is a quick hack that allowed me to redirect the logging while developing but that is really something the extension shouldn't mess with. I'll just remove it. |
celery hangs with:
The text was updated successfully, but these errors were encountered: