From 069f46c1a8e1290c55d0ffc9c6a88bc61e1b72a4 Mon Sep 17 00:00:00 2001 From: sklppy88 Date: Wed, 5 Feb 2025 11:23:08 +0000 Subject: [PATCH] init --- aztec-up/bin/docker-compose.sandbox.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aztec-up/bin/docker-compose.sandbox.yml b/aztec-up/bin/docker-compose.sandbox.yml index b40cff1755f2..2db528a22222 100644 --- a/aztec-up/bin/docker-compose.sandbox.yml +++ b/aztec-up/bin/docker-compose.sandbox.yml @@ -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