Skip to content

Commit

Permalink
change default log format for docker container (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb authored Jan 18, 2021
1 parent 4380681 commit 263f9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ COPY ./bin/staked /usr/bin/staked
COPY ./docker/entry-point.sh ./entry-point.sh
EXPOSE 26657

CMD ["staked", "start", "--pruning", "nothing"]
CMD ["staked", "start", "--pruning", "nothing", "--log_format", "json"]

0 comments on commit 263f9b3

Please sign in to comment.