Skip to content

Commit

Permalink
Merge pull request #1769 from kube-logging/samples-up
Browse files Browse the repository at this point in the history
chore: remove trace log setting from examples to avoid suggesting a bad practice
  • Loading branch information
pepov authored Jul 2, 2024
2 parents 98ffd2f + e248559 commit f8081b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ spec:
stats:
level: 2
freq: 0
#log_level: trace
controlNamespace: b-control
watchNamespaces:
- b1
Expand Down
4 changes: 2 additions & 2 deletions config/samples/syslog-ng-retry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ spec:
Workers: 2
Retry_Limit: "no_limits"
syslogNG:
globalOptions:
log_level: trace
# globalOptions:
# log_level: trace
statefulSet:
spec:
template:
Expand Down
4 changes: 1 addition & 3 deletions config/samples/syslog-ng-simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ metadata:
spec:
controlNamespace: default
fluentbit: {}
syslogNG:
globalOptions:
log_level: trace
syslogNG: {}
---
apiVersion: logging.banzaicloud.io/v1beta1
kind: SyslogNGFlow
Expand Down

0 comments on commit f8081b7

Please sign in to comment.