Skip to content

Commit

Permalink
suppress cron info
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoexe committed Sep 26, 2024
1 parent 6a2b036 commit 1d9c297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sostituzioni/control/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

logging.getLogger("geventwebsocket.handler").setLevel(logging.ERROR)
logging.getLogger("apscheduler.scheduler").setLevel(logging.ERROR)
logging.getLogger("apscheduler.executors.default").setLevel(logging.ERROR)
logging.getLogger("werkzeug").setLevel(logging.ERROR)
logging.getLogger("socketio").setLevel(logging.ERROR)
logging.getLogger("engineio").setLevel(logging.ERROR)
Expand Down

0 comments on commit 1d9c297

Please sign in to comment.