Replies: 1 comment
-
The logging module allows for very versatile configuration. You could set the root logger to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using
logging
module from basic libraries of Python, like this:However, I found out that the APScheduler's info logging pollutes the stream ouput, since I'm using
trigger="cron"
andseconds="*"
. How about adding quiet logging mode?Beta Was this translation helpful? Give feedback.
All reactions