Skip to content

Commit

Permalink
fix(clearndr): lower fluentd log verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Dec 9, 2024
1 parent 9ad2b78 commit 7de66b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/clearndr/sub-compose/events-stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ services:
context: ../fluentd
dockerfile: Dockerfile
container_name: {{template "base-name" .}}-fluentd-{{template "suffix-name" .}}
command: fluentd -c /fluentd/etc/fluent.conf -v
command: fluentd -c /fluentd/etc/fluent.conf
configs:
- source: fluentd-config
target: /fluentd/etc/fluent.conf
Expand Down

0 comments on commit 7de66b1

Please sign in to comment.