summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'flags.go')
-rw-r--r--flags.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/flags.go b/flags.go
index 93219c8..f2cb6ab 100644
--- a/flags.go
+++ b/flags.go
@@ -21,9 +21,9 @@ func init() {
short := "andlabs"
NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff")
- INFO = log.NewFlag("INFO", false, full, short, "normal debugging stuff")
+ INFO = log.NewFlag("INFO", true, full, short, "normal debugging stuff")
- WARN = log.NewFlag("WARN", false, full, short, "bad things")
+ WARN = log.NewFlag("WARN", true, full, short, "bad things")
full = "go.wit.com/gui"
short = "andlabs"