79306578

Date: 2024-12-24 22:33:36
Score: 2
Natty:
Report link

If you want to suppress the logs from socket.io

my_log = logging.getLogger('werkzeug') # create a log object,

my_log.setLevel(logging.ERROR)

socketio.run(app,log=my_log) # pass this log object while running the flask socket.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Pratik_Katte