Skip to content

Commit

Permalink
Merge pull request #71 from SumoLogic/use-fields-log-format
Browse files Browse the repository at this point in the history
use-fields-log-format
  • Loading branch information
samjsong committed Jul 15, 2019
2 parents f84b1e0 + fd65a91 commit 84f80a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ RUN gem sources --clear-all \
&& rm -f ./*.gem

# Default settings for log collection
ENV LOG_FORMAT "json"
ENV LOG_FORMAT "fields"
ENV FLUSH_INTERVAL "5s"
ENV NUM_THREADS "1"
ENV SOURCE_CATEGORY "%{namespace}/%{pod_name}"
Expand Down

0 comments on commit 84f80a7

Please sign in to comment.