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 9ef09df commit 364f0c5Copy full SHA for 364f0c5
rust/operator-binary/src/main.rs
@@ -86,7 +86,7 @@ async fn main() -> anyhow::Result<()> {
86
Settings::builder()
87
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
88
.with_default_level(LevelFilter::INFO)
89
- .file_log_settings_builder(log_directory, "tracing-rs.log")
+ .file_log_settings_builder(log_directory, "tracing-rs.json")
90
.with_rotation_period(rotation_period)
91
.build()
92
}))
0 commit comments