feat!: change default log level to Info

This commit is contained in:
Yukine
2021-02-04 04:10:34 +01:00
parent 2e809fbc03
commit 3fefac0350

View File

@@ -28,7 +28,7 @@ func initLogging() {
log.SetOutput(os.Stdout)
log.SetLevel(log.WarnLevel)
log.SetLevel(log.InfoLevel)
}
func main() {