Update docker/fluentd/fluent.conf
This commit is contained in:
parent
8246309c4a
commit
326ca3af36
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
<match **>
|
<match **>
|
||||||
@type exec
|
@type exec
|
||||||
command "sentry-cli send-event -m "TEST""
|
command 'sentry-cli send-event -message "TEST"'
|
||||||
<buffer>
|
<buffer>
|
||||||
flush_interval 10s
|
flush_interval 10s
|
||||||
</buffer>
|
</buffer>
|
||||||
|
|
Loading…
Reference in New Issue