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 8bc98ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,8 @@ impl Cli {
});
let filter = EnvFilter::builder()
.with_default_directive(LevelFilter::INFO.into())
.from_env_lossy();
.parse("info,subspace_farmer=trace,subspace_farmer_components=trace")
.unwrap();
if WINDOWS_SUBSYSTEM_WINDOWS {
if let Some(app_data_dir) = &maybe_app_data_dir {
let logger = std::sync::Mutex::new(Self::new_logger(app_data_dir));
Expand Down

0 comments on commit 8bc98ba

Please sign in to comment.