Skip to content

Commit

Permalink
update log format to use fields by default to ensure log metadata is …
Browse files Browse the repository at this point in the history
…delivered properly.
  • Loading branch information
frankreno committed Jul 15, 2019
1 parent cd195dd commit fd65a91
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 fd65a91

Please sign in to comment.