summaryrefslogtreecommitdiff
path: root/flags.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-26 11:18:01 -0600
committerJeff Carr <[email protected]>2024-01-26 11:18:01 -0600
commit8a497bf53877c8920f8c3784889117c323d6a597 (patch)
tree26a2a79b27d885dcc5dc4015564cf287363438ba /flags.go
parentc017dc9be04d0a06e13559518c0c017a1e106641 (diff)
new gui releasev0.13.13
more quiet output allow disabling of more errors sets the text on window open checkbox state works Signed-off-by: Jeff Carr <[email protected]>
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 54ce34f..0d7785b 100644
--- a/flags.go
+++ b/flags.go
@@ -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")