How to disable Flask/Werkzeug logs using socketio
I cannot in any way disable the Flask/Werkzeug logs. I am developing a site for a board game and when the lobby starts all the clients request the images of the cards at the same time. I think removing all these prints can save quite a bit of time.
If you have any other suggestions please share them 😉