summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
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")