Skip to content

Commit 5239012

Browse files
committed
fix: Use json file extension for log files
1 parent 078598d commit 5239012

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
@@ -65,7 +65,7 @@ async fn main() -> anyhow::Result<()> {
6565
Settings::builder()
6666
.with_environment_variable(ENV_VAR_CONSOLE_LOG)
6767
.with_default_level(LevelFilter::INFO)
68-
.file_log_settings_builder(log_directory, "tracing-rs.log")
68+
.file_log_settings_builder(log_directory, "tracing-rs.json")
6969
.with_rotation_period(rotation_period)
7070
.build()
7171
}))

0 commit comments

Comments
 (0)