Skip to content

Commit cfcfb2b

Browse files
committed
fix: Use json file extension for log files
1 parent a8bb20a commit cfcfb2b

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
// TODO (@Techassi): Change to CONSOLE_LOG or FILE_LOG, create constant
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)