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