diff options
Diffstat (limited to 'flags.go')
| -rw-r--r-- | flags.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
