diff options
| author | Jeff Carr <[email protected]> | 2024-01-28 21:15:15 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-28 21:15:15 -0600 |
| commit | 4fa1dd75b04aad0a85d171a1d333d799a61ba713 (patch) | |
| tree | 0be1a50a84f40b73829cc6f570d60dcdbc8434f2 /args.go | |
| parent | 1d7b9613a68abdd41ad1cf0b6803b0ab6593e813 (diff) | |
sizes are getting better
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'args.go')
| -rw-r--r-- | args.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ func init() { short := "gocui" 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") SPEW = log.NewFlag("SPEW", false, full, short, "spew stuff") |
