mirror of
https://github.com/spartanz51/tutabridge.git
synced 2026-06-24 10:54:32 +02:00
The GUI logged everything at "debug", so every HTTP/2 frame, hyper pool event and rustls record buried the bridge's own IMAP/SMTP/sync lines and made the logs unreadable (and burned CPU/IO). Default the GUI filter to keep tutabridge_core/gui at debug while pinning h2/hyper/rustls/mio and friends to warn. RUST_LOG still overrides. The CLI was already at "info".