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 cd9eafa commit c492c2aCopy full SHA for c492c2a
1 file changed
rust/operator-binary/src/main.rs
@@ -88,7 +88,7 @@ async fn main() -> anyhow::Result<()> {
88
// TODO (@Techassi): Change to CONSOLE_LOG or FILE_LOG, create constant
89
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
90
.with_default_level(LevelFilter::INFO)
91
- .file_log_settings_builder(log_directory, "tracing-rs.log")
+ .file_log_settings_builder(log_directory, "tracing-rs.json")
92
.with_rotation_period(rotation_period)
93
.build()
94
}))
0 commit comments