Skip to content

Commit

Permalink
Merge pull request #2499 from loneil/bugfix/dockerfileRustLog
Browse files Browse the repository at this point in the history
Use correct rust log level in dockerfiles
  • Loading branch information
swcurran committed Sep 21, 2023
2 parents 2930ac2 + cb4ca9b commit 0867ad1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ENV HOME="/home/$user" \
PIP_NO_CACHE_DIR=off \
PYTHONUNBUFFERED=1 \
PYTHONIOENCODING=UTF-8 \
RUST_LOG=warning \
RUST_LOG=warn \
SHELL=/bin/bash \
SUMMARY="aries-cloudagent image" \
DESCRIPTION="aries-cloudagent provides a base image for running Hyperledger Aries agents in Docker. \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.indy
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ ENV HOME="/home/$user" \
PIP_NO_CACHE_DIR=off \
PYTHONUNBUFFERED=1 \
PYTHONIOENCODING=UTF-8 \
RUST_LOG=warning \
RUST_LOG=warn \
SHELL=/bin/bash \
SUMMARY="indy-python base image" \
DESCRIPTION="aries-cloudagent provides a base image for running Hyperledger Aries agents in Docker. \
Expand Down Expand Up @@ -227,7 +227,7 @@ ENV HOME="/home/$user" \
PIP_NO_CACHE_DIR=off \
PYTHONUNBUFFERED=1 \
PYTHONIOENCODING=UTF-8 \
RUST_LOG=warning \
RUST_LOG=warn \
SHELL=/bin/bash \
SUMMARY="aries-cloudagent image" \
DESCRIPTION="aries-cloudagent provides a base image for running Hyperledger Aries agents in Docker. \
Expand Down

0 comments on commit 0867ad1

Please sign in to comment.