Skip to content

Commit

Permalink
chore: sandbox lower sequencer log level (#11742)
Browse files Browse the repository at this point in the history
Resolves #11677
  • Loading branch information
sklppy88 authored Feb 5, 2025
1 parent b97ff0d commit 7b30758
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: '${LOG_LEVEL:-info; verbose: simulator:avm:debug_log}'
LOG_LEVEL: '${LOG_LEVEL:-info; warn: sequencer; 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 7b30758

Please sign in to comment.