mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-09-02 09:03:58 +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.