We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8143921 + a159204 commit 27bd061Copy full SHA for 27bd061
collector/main.go
@@ -56,7 +56,7 @@ func main() {
56
}
57
58
func initLogger() *zap.Logger {
59
- lvl := zap.NewAtomicLevelAt(zapcore.InfoLevel)
+ lvl := zap.NewAtomicLevelAt(zapcore.WarnLevel)
60
61
envLvl := os.Getenv("OPENTELEMETRY_EXTENSION_LOG_LEVEL")
62
userLvl, err := zap.ParseAtomicLevel(envLvl)
0 commit comments