chengyongru
05e0106592
refactor(logging): preserve tracebacks and add channel context
- Preserve tracebacks: logger.error in except blocks → logger.exception
- Channel context: BaseChannel injects self.logger = logger.bind(channel=name)
- Third-party bridge: redirect_lib_logging() replaces ad-hoc stdlib-to-loguru bridges
- Log levels: network timeouts downgraded from ERROR → WARNING
- Fix --verbose flag to actually work with loguru (set handler to DEBUG)
2026-05-06 21:17:45 +08:00
..
2026-04-06 13:37:55 +08:00
2026-04-10 15:44:50 +00:00
2026-05-01 19:15:07 +08:00
2026-05-03 00:27:17 +08:00
2026-04-26 20:32:38 +08:00
2026-05-04 01:25:52 +08:00
2026-05-04 01:18:39 +08:00
2026-04-04 03:03:58 +08:00
2026-05-06 21:17:45 +08:00
2026-04-23 20:06:11 +08:00
2026-04-27 14:31:39 +08:00
2026-04-10 15:44:50 +00:00
2026-05-01 19:15:07 +08:00
2026-04-05 19:08:38 +00:00
2026-04-17 16:11:37 +08:00
2026-04-16 21:52:36 +08:00
2026-05-04 01:25:52 +08:00
2026-04-28 07:25:47 +00:00
2026-05-01 19:58:19 +08:00
2026-04-28 19:09:38 +08:00