We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2998a6 commit 365ffafCopy full SHA for 365ffaf
1 file changed
src/fmt/mod.rs
@@ -153,8 +153,8 @@ impl Default for Builder {
153
fn default() -> Self {
154
Builder {
155
format_timestamp: Some(Default::default()),
156
- format_module_path: true,
157
- format_target: false,
+ format_module_path: false,
+ format_target: true,
158
format_level: true,
159
format_indent: Some(4),
160
custom_format: None,
0 commit comments