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
No known key found for this signature in database
GPG Key ID: 6AE0B5764F0126D1
1 changed files with 1 additions and 1 deletions

View File

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