Skip to content

Commit

Permalink
Merge pull request #30 from bungoume/fluentd-112
Browse files Browse the repository at this point in the history
Use fluentd 1.1.2
  • Loading branch information
bungoume authored Mar 26, 2018
2 parents 0d5d677 + 3ab0c7b commit b6bf2ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk --no-cache --update add \
ruby-dev && \
echo 'gem: --no-document' >> /etc/gemrc && \
gem install oj json && \
gem install fluentd -v 1.1.0 && \
gem install fluentd -v 1.1.2 && \
apk del build-base ruby-dev && \
rm -rf /tmp/* /var/tmp/* /var/cache/apk/* /usr/lib/ruby/gems/*/cache/*.gem

Expand Down
2 changes: 1 addition & 1 deletion fluent.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
@id forward_any
@type forward
heartbeat_type none
#require_ack_response true
require_ack_response true

<buffer tag>
@type file
Expand Down

0 comments on commit b6bf2ba

Please sign in to comment.