Skip to content

Commit

Permalink
Show target instead of module path by default
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiam committed Jul 3, 2021
1 parent d2998a6 commit 365ffaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fmt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ impl Default for Builder {
fn default() -> Self {
Builder {
format_timestamp: Some(Default::default()),
format_module_path: true,
format_target: false,
format_module_path: false,
format_target: true,
format_level: true,
format_indent: Some(4),
custom_format: None,
Expand Down

0 comments on commit 365ffaf

Please sign in to comment.