Skip to content

Commit

Permalink
enable zksync_eth_signer log by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JayT106 committed Jul 11, 2024
1 parent 4f1f359 commit e3b4da8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ MISC_OTLP_URL=unset

# Settings related to Rust logging and backtraces.
# You can read about the format [here](https://docs.rs/env_logger/0.10.0/env_logger/#enabling-logging) to fine-tune logging.
RUST_LOG=zksync_core=debug,zksync_dal=info,zksync_eth_client=info,zksync_merkle_tree=info,zksync_storage=info,zksync_state=debug,zksync_types=info,vm=info,zksync_external_node=info,zksync_utils=debug,
RUST_LOG=zksync_core=debug,zksync_dal=info,zksync_eth_client=info,zksync_merkle_tree=info,zksync_storage=info,zksync_state=debug,zksync_types=info,vm=info,zksync_external_node=info,zksync_utils=debug,zksync_eth_signer=info,
RUST_BACKTRACE=full
RUST_LIB_BACKTRACE=1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ MISC_OTLP_URL=unset

# Settings related to Rust logging and backtraces.
# You can read about the format [here](https://docs.rs/env_logger/0.10.0/env_logger/#enabling-logging) to fine-tune logging.
RUST_LOG=zksync_core=debug,zksync_dal=info,zksync_eth_client=info,zksync_merkle_tree=info,zksync_storage=info,zksync_state=debug,zksync_types=info,vm=info,zksync_external_node=info,zksync_utils=debug,
RUST_LOG=zksync_core=debug,zksync_dal=info,zksync_eth_client=info,zksync_merkle_tree=info,zksync_storage=info,zksync_state=debug,zksync_types=info,vm=info,zksync_external_node=info,zksync_utils=debug,zksync_eth_signer=info,
RUST_BACKTRACE=full
RUST_LIB_BACKTRACE=1

Expand Down
1 change: 1 addition & 0 deletions etc/env/base/rust.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ vise_exporter=debug,\
snapshots_creator=debug,\
zksync_base_token_adjuster=debug,\
zksync_external_price_api=debug,\
zksync_eth_signer=info,\
"""

# `RUST_BACKTRACE` variable
Expand Down
1 change: 1 addition & 0 deletions etc/env/configs/ext-node.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ loadnext=info,\
vm=info,\
zksync_external_node=info,\
zksync_snapshots_applier=debug,\
zksync_eth_signer=info,\
"""

# `RUST_BACKTRACE` variable
Expand Down

0 comments on commit e3b4da8

Please sign in to comment.