mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
b7e6b5a21c
Eliminates massive false-positive error misclassifications caused by Docker containers writing standard INFO logs to STDERR. The new hierarchy: 1. INFO/DEBUG/TRACE indicators (overrides STDERR default) 2. WARN/WARNING indicators 3. ERROR/FATAL/CRIT/CRITICAL/PANIC + Exception: indicators Supports common log formats: level=info, [INFO], and bare INFO tokens. Applied to both /api/logs/global and /api/logs/global/stream endpoints.