debugging
This commit is contained in:
parent
94600f55a5
commit
cfc5718628
|
@ -4,6 +4,6 @@ USER root
|
||||||
COPY go-glitch /
|
COPY go-glitch /
|
||||||
RUN chmod 777 /go-glitch
|
RUN chmod 777 /go-glitch
|
||||||
COPY fluent.conf /fluentd/etc/
|
COPY fluent.conf /fluentd/etc/
|
||||||
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc && \
|
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc
|
||||||
gem install fluent-plugin-gelf
|
# gem install fluent-plugin-gelf
|
||||||
USER fluent
|
USER fluent
|
|
@ -13,15 +13,15 @@
|
||||||
|
|
||||||
|
|
||||||
<match docker.**>
|
<match docker.**>
|
||||||
@type exec
|
@type exec
|
||||||
command "/go-glitch"
|
command "/go-glitch"
|
||||||
<buffer>
|
<buffer>
|
||||||
flush_interval 10s
|
flush_interval 10s
|
||||||
</buffer>
|
</buffer>
|
||||||
<format>
|
<format>
|
||||||
@type json
|
@type json
|
||||||
</format>
|
</format>
|
||||||
run_interval 10s
|
run_interval 10s
|
||||||
</match>
|
</match>
|
||||||
|
|
||||||
<match **>
|
<match **>
|
||||||
|
|
Loading…
Reference in New Issue