Skip to content

Commit 364f0c5

Browse files
committed
fix: Use json file extension for log files
1 parent 9ef09df commit 364f0c5

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

0 commit comments

Comments
 (0)