Skip to content

Commit 27bd061

Browse files
authored
Merge pull request #2 from procter-gamble-oss/LCD-1049-logging-verbosity-default-warn
Lcd 1049 logging verbosity default warn
2 parents 8143921 + a159204 commit 27bd061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collector/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func main() {
5656
}
5757

5858
func initLogger() *zap.Logger {
59-
lvl := zap.NewAtomicLevelAt(zapcore.InfoLevel)
59+
lvl := zap.NewAtomicLevelAt(zapcore.WarnLevel)
6060

6161
envLvl := os.Getenv("OPENTELEMETRY_EXTENSION_LOG_LEVEL")
6262
userLvl, err := zap.ParseAtomicLevel(envLvl)

0 commit comments

Comments
 (0)