Skip to content

Commit

Permalink
set treat warnings as errors default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
aphralG committed Oct 2, 2024
1 parent 8421fb2 commit c451c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
const (
DefGracefulShutdownPeriod = 5 * time.Second
DefNginxReloadMonitoringPeriod = 10 * time.Second
DefTreatErrorsAsWarnings = true
DefTreatErrorsAsWarnings = false

DefCollectorConfigPath = "/etc/nginx-agent/opentelemetry-collector-agent.yaml"
DefCollectorLogLevel = "INFO"
Expand Down

0 comments on commit c451c05

Please sign in to comment.