Skip to content

Commit 2a79693

Browse files
committed
fix: Use json file extension for log files
1 parent 50499ea commit 2a79693

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
@@ -89,7 +89,7 @@ async fn main() -> anyhow::Result<()> {
8989
Settings::builder()
9090
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
9191
.with_default_level(LevelFilter::INFO)
92-
.file_log_settings_builder(log_directory, "tracing-rs.log")
92+
.file_log_settings_builder(log_directory, "tracing-rs.json")
9393
.with_rotation_period(rotation_period)
9494
.build()
9595
}))

0 commit comments

Comments
 (0)