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 50499ea commit 2a79693Copy full SHA for 2a79693
rust/operator-binary/src/main.rs
@@ -89,7 +89,7 @@ async fn main() -> anyhow::Result<()> {
89
Settings::builder()
90
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
91
.with_default_level(LevelFilter::INFO)
92
- .file_log_settings_builder(log_directory, "tracing-rs.log")
+ .file_log_settings_builder(log_directory, "tracing-rs.json")
93
.with_rotation_period(rotation_period)
94
.build()
95
}))
0 commit comments