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 2008f40 commit 0eaf193Copy full SHA for 0eaf193
rust/operator-binary/src/main.rs
@@ -85,7 +85,7 @@ async fn main() -> anyhow::Result<()> {
85
// TODO (@Techassi): Change to CONSOLE_LOG or FILE_LOG, create constant
86
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
87
.with_default_level(LevelFilter::INFO)
88
- .file_log_settings_builder(log_directory, "tracing-rs.log")
+ .file_log_settings_builder(log_directory, "tracing-rs.json")
89
.with_rotation_period(rotation_period)
90
.build()
91
}))
0 commit comments