mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-14 01:58:50 +00:00
20786e44c1
- Normalized root logger early to avoid duplicate output from dependencies. - Cleared root logger handlers and set logging level explicitly. - Configured third-party loggers (APScheduler and tzlocal) to prevent unformatted console output and manage their logging levels. - Ensured that logger propagation is disabled to avoid duplicate messages.