Skip to content

Commit

Permalink
chore: change default loglevel for sandbox (#11237)
Browse files Browse the repository at this point in the history
This sets the default log level for the sandbox as suggested by
@critesjosh.

s/o @Thunkar
  • Loading branch information
sklppy88 authored Jan 15, 2025
1 parent 3ed22ed commit 4712870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aztec-up/bin/docker-compose.sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
ports:
- "${PXE_PORT:-8080}:${PXE_PORT:-8080}"
environment:
LOG_LEVEL: # Loaded from the user shell if explicitly set
LOG_LEVEL: '${LOG_LEVEL:-info; verbose: simulator:avm:debug_log}'
HOST_WORKDIR: "${PWD}" # Loaded from the user shell to show log files absolute path in host
ETHEREUM_HOST: ${ETHEREUM_HOST:-http://ethereum}:${ANVIL_PORT:-8545}
L1_CHAIN_ID: 31337
Expand Down

0 comments on commit 4712870

Please sign in to comment.