You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is creating the file but the file is blank. I digged a little bit and found that the log_file parameter is passed to the WSGIServer instance as a File object, which is never closed.
I am trying to add an access log to my app running a Flask-SocketIO with the following call
It is creating the file but the file is blank. I digged a little bit and found that the
log_file
parameter is passed to the WSGIServer instance as a File object, which is never closed.This is a valid workaround:
The text was updated successfully, but these errors were encountered: