Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 17:27:18 +00:00
parent b9bd915fb3
commit e6fd1df4e5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<match **>
@type exec
command "/go-glitch '${record['message']}'"
command "/go-glitch"
<buffer>
flush_interval 10s
</buffer>