mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-04-25 08:42:06 +00:00
- 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.