Update docker/fluentd/fluent.conf

This commit is contained in:
colin 2024-04-16 15:36:59 +00:00
parent 3924ca2d30
commit 8246309c4a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<match **>
@type exec
command "sentry-cli send-event --message 'test'"
command "sentry-cli send-event -m "TEST""
<buffer>
flush_interval 10s
</buffer>