Skip to content

Commit

Permalink
Update Dockerfile to set log level of Restate components to info
Browse files Browse the repository at this point in the history
  • Loading branch information
tillrohrmann committed Apr 24, 2023
1 parent fb0c16d commit 78e0a80
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 @@ -37,6 +37,6 @@ COPY --from=builder /restate/target/release/restate /usr/local/bin
COPY --from=builder /restate/NOTICE /NOTICE
# copy OS roots
COPY --from=builder /etc/ssl /etc/ssl
ENV RUST_LOG="warn,runtime=info"
ENV RUST_LOG="warn,restate=info"
WORKDIR /
ENTRYPOINT ["/usr/local/bin/restate"]

0 comments on commit 78e0a80

Please sign in to comment.