defualt logging to info
This commit is contained in:
parent
9836ce6725
commit
fcf41c3ee7
@ -46,7 +46,7 @@ func main() {
|
|||||||
|
|
||||||
|
|
||||||
// TODO: Define error exit codes
|
// TODO: Define error exit codes
|
||||||
slog.SetLogLoggerLevel(slog.LevelDebug)
|
slog.SetLogLoggerLevel(slog.LevelInfo)
|
||||||
|
|
||||||
|
|
||||||
app := createCliApp()
|
app := createCliApp()
|
||||||
|
Loading…
Reference in New Issue
Block a user