Skip to content

Commit 3fe8b67

Browse files
committed
fix: Use json file extension for log files
1 parent ecc3d36 commit 3fe8b67

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

0 commit comments

Comments
 (0)