summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-21 18:31:42 -0600
committerJeff Carr <[email protected]>2025-02-21 18:31:42 -0600
commit3184badaecee29be7d66b9fa786fcc18fb0f2cc0 (patch)
tree12561ec17ff75896409723d8c56238bac077b2d4 /flags.go
parent5b9eca7ac0ea8e242a92b1d87c7a4474543e382b (diff)
re-disable INFO flagv0.22.21
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/flags.go b/flags.go
index f2cb6ab..149a488 100644
--- a/flags.go
+++ b/flags.go
@@ -21,7 +21,7 @@ func init() {
short := "andlabs"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")
- INFO = log.NewFlag("INFO", true, full, short, "normal debugging stuff")
+ INFO = log.NewFlag("INFO", false, full, short, "normal debugging stuff")
WARN = log.NewFlag("WARN", true, full, short, "bad things")