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 ecc3d36 commit 3fe8b67Copy full SHA for 3fe8b67
rust/operator-binary/src/main.rs
@@ -103,7 +103,7 @@ async fn main() -> anyhow::Result<()> {
103
Settings::builder()
104
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
105
.with_default_level(LevelFilter::INFO)
106
- .file_log_settings_builder(log_directory, "tracing-rs.log")
+ .file_log_settings_builder(log_directory, "tracing-rs.json")
107
.with_rotation_period(rotation_period)
108
.build()
109
}))
0 commit comments