Skip to content

Commit c492c2a

Browse files
committed
fix: Use json file extension for log files
1 parent cd9eafa commit c492c2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/operator-binary/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ async fn main() -> anyhow::Result<()> {
8888
// TODO (@Techassi): Change to CONSOLE_LOG or FILE_LOG, create constant
8989
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
9090
.with_default_level(LevelFilter::INFO)
91-
.file_log_settings_builder(log_directory, "tracing-rs.log")
91+
.file_log_settings_builder(log_directory, "tracing-rs.json")
9292
.with_rotation_period(rotation_period)
9393
.build()
9494
}))

0 commit comments

Comments
 (0)