Log level not configurable - logs_2.sqlite grows to 1.4GB with hardcoded TRACE

Open 💬 4 comments Opened Jul 4, 2026 by wu350891451-jpg

logs_2.sqlite grows to 1.4GB with TRACE-level logs (66.8% of rows). config.toml has no log_level field, RUST_LOG env var is not read (no from_default_env in binary), [otel] enabled=false doesn't stop local tracing. Only [feedback] max_bytes (undocumented) limits growth via auto-prune. Please expose log level as a configurable option.

View original on GitHub ↗

This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗