Skip to content

Commit

Permalink
Merge pull request #350 from SumoLogic/maisie-default-log-level
Browse files Browse the repository at this point in the history
Change default fluentd log level to ERROR
  • Loading branch information
maimaisie committed Jan 7, 2020
2 parents b41463f + 5b83c9e commit f7cfe4c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ sumologic:
excludePodRegex: ""


## Sets the fluentd log level. The default log level, if not specified, is info.
## Sets the fluentd log level. The default log level, if not specified, is error.
## ref: https://docs.fluentd.org/deployment/logging
# fluentdLogLevel: "debug"
fluentdLogLevel: "error"

## Override Kubernetes resource types you want to get events for from different Kubernetes
## API versions. The key represents the name of the resource type and the value represents
Expand Down
6 changes: 6 additions & 0 deletions deploy/kubernetes/fluentd-sumologic.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ data:
port 9880
bind 0.0.0.0
</source>
<system>
log_level error
</system>

metrics.conf: |-
<source>
Expand Down Expand Up @@ -319,6 +322,9 @@ data:
@include buffer.output.conf
</buffer>
</match>
<system>
log_level error
</system>

buffer.output.conf: |-
compress gzip
Expand Down

0 comments on commit f7cfe4c

Please sign in to comment.