Skip to content

Commit

Permalink
Test logs
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Jan 3, 2024
1 parent a8affea commit 1451af8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,10 @@ impl Cli {
} else {
supports_color::on(supports_color::Stream::Stderr).is_some()
});
env::set_var(
"RUST_LOG",
"info,subspace_farmer=trace,subspace_farmer_components=trace",
);
let filter = EnvFilter::builder()
.with_default_directive(LevelFilter::INFO.into())
.from_env_lossy();
Expand Down

0 comments on commit 1451af8

Please sign in to comment.