Skip to content

Commit 0eaf193

Browse files
committed
fix: Use json file extension for log files
1 parent 2008f40 commit 0eaf193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/operator-binary/src/main.rs

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

0 commit comments

Comments
 (0)