debugging

This commit is contained in:
Colin 2024-04-16 21:34:25 -04:00
parent 94600f55a5
commit cfc5718628
2 changed files with 12 additions and 12 deletions

View File

@ -4,6 +4,6 @@ USER root
COPY go-glitch /
RUN chmod 777 /go-glitch
COPY fluent.conf /fluentd/etc/
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
gem install fluent-plugin-gelf
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc
# gem install fluent-plugin-gelf
USER fluent

View File

@ -12,16 +12,16 @@
</filter>
<match docker.**>
@type exec
command "/go-glitch"
<buffer>
flush_interval 10s
</buffer>
<format>
@type json
</format>
run_interval 10s
<match docker.**>
@type exec
command "/go-glitch"
<buffer>
flush_interval 10s
</buffer>
<format>
@type json
</format>
run_interval 10s
</match>
<match **>