mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(tracing): prioritize RUST_LOG and verbosity CLI arg (#6413)
This commit is contained in:
@ -34,8 +34,8 @@ async fn main() {
|
||||
let _ = RethTracer::new()
|
||||
.with_stdout(LayerInfo::new(
|
||||
LogFormat::Terminal,
|
||||
"info".to_string(),
|
||||
LevelFilter::INFO.into(),
|
||||
LevelFilter::INFO.to_string(),
|
||||
"".to_string(),
|
||||
Some("always".to_string()),
|
||||
))
|
||||
.init();
|
||||
|
||||
Reference in New Issue
Block a user