Can't enable trace level on docker built 1.7.0 image #18480
g-giordano
started this conversation in
Technical discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
starting with env vars:
environment:
RUST_BACKTRACE: full
RUST_LOG: reth_optimism_flashblocks=trace,info
Would result in:
op_reth | warning: some trace filter directives would enable traces that are disabled statically
op_reth | | reth_optimism_flashblocks=trace would enable the TRACE level for the reth_optimism_flashblocks target
op_reth | = note: the static max level is debug
op_reth | = help: to enable TRACE logging, remove the max_level_debug feature from the tracing crate
op_reth | warning: some trace filter directives would enable traces that are disabled statically
op_reth | | reth_optimism_flashblocks=trace would enable the TRACE level for the reth_optimism_flashblocks target
op_reth | = note: the static max level is debug
op_reth | = help: to enable TRACE logging, remove the max_level_debug feature from the tracing crate
Beta Was this translation helpful? Give feedback.
All reactions