feat!: change default log level to Info
This commit is contained in:
parent
2e809fbc03
commit
3fefac0350
@ -28,7 +28,7 @@ func initLogging() {
|
||||
|
||||
log.SetOutput(os.Stdout)
|
||||
|
||||
log.SetLevel(log.WarnLevel)
|
||||
log.SetLevel(log.InfoLevel)
|
||||
}
|
||||
|
||||
func main() {
|
||||
|
Loading…
Reference in New Issue
Block a user