diff options
Diffstat (limited to 'flags.go')
| -rw-r--r-- | flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ func init() { NOW = log.NewFlag("NOW", true, full, short, "temp debugging stuff") INFO = log.NewFlag("INFO", false, full, short, "normal debugging stuff") - WARN = log.NewFlag("WARN", true, full, short, "bad things") + WARN = log.NewFlag("WARN", false, full, short, "bad things") SPEW = log.NewFlag("SPEW", false, full, short, "spew stuff") CHANGE = log.NewFlag("CHANGE", false, full, short, "show when the user does things") |
