Skip to content

Commit b2aed34

Browse files
committed
fix: Use json file extension for log files
1 parent ef1a6b5 commit b2aed34

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
@@ -102,7 +102,7 @@ async fn main() -> anyhow::Result<()> {
102102
Settings::builder()
103103
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
104104
.with_default_level(LevelFilter::INFO)
105-
.file_log_settings_builder(log_directory, "tracing-rs.log")
105+
.file_log_settings_builder(log_directory, "tracing-rs.json")
106106
.with_rotation_period(rotation_period)
107107
.build()
108108
}))

0 commit comments

Comments
 (0)