Closed tibuch closed 3 months ago
Thanks, I just had noticed this last week as well. It seems we can then remove the redundant setting on the handler
as it'll only receive messages with the logger's level and above anyway, right?
Probably. I did not test what happens if it gets removed.
👍 I opened https://github.com/fmi-faim/faim-ipa/pull/169.
Something changed with
logging
and ourcreate_logger
function returns a logger which does not logINFO
events. Settinglogger.setLevel('INFO')
fixes the issue.