fix(logger): Ensure default level value is info (#17403)

pull/17512/head
Ayan George 2020-03-31 12:36:03 -04:00 committed by GitHub
parent 9a71298cc2
commit 4d5a688a1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -15,5 +15,6 @@ type Config struct {
func NewConfig() Config {
return Config{
Format: "auto",
Level: zapcore.InfoLevel,
}
}