Skip to content

socketIO async_mode=eventlet unable to display some logs #1930

Answered by miguelgrinberg
liuqijie6 asked this question in Q&A
Discussion options

You must be logged in to vote

I think this is a misunderstanding on your part. When you use threading, you are using the Flask development web server. If you change the async mode to eventlet you are using eventlet's web server. The choice to log or not to log depends on each web server. The eventlet server uses the log_output option in the socket_io.run() function to determine if logging is enabled or not.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by liuqijie6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants