Fix hardcoded DEBUG log level — users get debug spam #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Severity: Medium
src/main.rs(~line 46): the tracing subscriber is hardcoded toLevelFilter::DEBUG. This means every user gets debug output on every run with no way to control it.Add a
--verbose/-vflag and default toWARNorINFOlevel.