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.
json
1 parent 078598d commit 5239012Copy full SHA for 5239012
rust/operator-binary/src/main.rs
@@ -65,7 +65,7 @@ async fn main() -> anyhow::Result<()> {
65
Settings::builder()
66
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
67
.with_default_level(LevelFilter::INFO)
68
- .file_log_settings_builder(log_directory, "tracing-rs.log")
+ .file_log_settings_builder(log_directory, "tracing-rs.json")
69
.with_rotation_period(rotation_period)
70
.build()
71
}))
0 commit comments