Skip to content

Commit

Permalink
src: cli: Change: log_current_crate_only as dafault option
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin authored and joaoantoniocardoso committed Aug 6, 2024
1 parent b9db383 commit ce72b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct Args {
enable_tracing_level_log_file: bool,

/// Filter to show only own crate related logs
#[arg(long, default_value = "false")]
#[arg(long, default_value = "true")]
log_current_crate_only: bool,

/// Turns on the Tracy tool integration.
Expand Down

0 comments on commit ce72b68

Please sign in to comment.