Re: How-to silent the message "Jester is making jokes at..."

2018-12-09 Thread ggibson
Hmm, how might my attempt at this go wrong? I have `logging.setLogFilter(lvlNotice)` at the top after `import logging` but still jester is showing INFO level logging. I can make other changes and they show up okay.

Re: How-to silent the message "Jester is making jokes at..."

2018-11-03 Thread dom96
This should do it: logging.setLogFilter(lvlNotice) Run

How-to silent the message "Jester is making jokes at..."

2018-11-03 Thread alfrednewman
Hallo, I'm running a Jester application and I would like to silent the message "Jester is making jokes at...". Is it possible? Thanks in advance