`--log-level` flag seems not working
Opened this issue · 0 comments
yujunz commented
Info level logs not suppressed when setting level to warn or above.
❯ ../vdisc --log-level="warn" --help
1.577240995631486e+09 info maxprocs/maxprocs.go:47 maxprocs: Leaving GOMAXPROCS=12: CPU quota undefined
Usage: vdisc <command>
A virtual disc image tool
Flags:
--help Show context-sensitive help.
--log-level="info" Set the logging level (debug|info|warn|error)
...