Fix hardcoded DEBUG log level — users get debug spam #1

Open
opened 2026-07-25 11:17:31 +00:00 by GKaszewski · 0 comments
Owner

Severity: Medium

src/main.rs (~line 46): the tracing subscriber is hardcoded to LevelFilter::DEBUG. This means every user gets debug output on every run with no way to control it.

Add a --verbose / -v flag and default to WARN or INFO level.

**Severity: Medium** `src/main.rs` (~line 46): the tracing subscriber is hardcoded to `LevelFilter::DEBUG`. This means every user gets debug output on every run with no way to control it. Add a `--verbose` / `-v` flag and default to `WARN` or `INFO` level.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: GKaszewski/codebase-to-prompt#1