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

(cherry picked from commit 4d5a688a1e)

Co-authored-by: Ayan George <ageorge@influxdata.com>
pull/20951/head
Sam Arnold 2021-03-12 16:34:51 -05:00 committed by GitHub
parent 5ef0d38bc7
commit aa2fcd295f
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,
}
}