Fix output duplication from I2nLogger
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 24 Jun 2025 08:07:08 +0000 (10:07 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Tue, 24 Jun 2025 08:13:40 +0000 (10:13 +0200)
commitd8c57bf31409dfe6711b0a0c38ace6f0b635bcdd
tree8b85ee0c3ff43b7ae640888eabe6ebd35b964a2e
parentd529ec6d6eca2aaf1761ac4d5a72134a22e3580a
Fix output duplication from I2nLogger

Finally found the reason for duplicate logging lines appearing sometimes
when using the log_helpers.I2nLogger: subsequent import of python's
logging module and creation of loggers from there probably lead to
re-initialization of the root logger. Do not know a simple solution to
this, so disable propagation to the root logger for now.
src/log_helpers.py