File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ All notable changes to this project will be documented in this file.
1111 and is now set by ` ROLLING_LOGS ` (or via ` --rolling-logs <DIRECTORY> ` ).
1212 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
1313
14+ ### Fixed
15+
16+ - Use ` json ` file extension for log files ([ #932 ] ).
17+
1418[ #927 ] : https://github.com/stackabletech/zookeeper-operator/pull/927
19+ [ #932 ] : https://github.com/stackabletech/zookeeper-operator/pull/932
1520
1621## [ 25.3.0] - 2025-03-21
1722
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ async fn main() -> anyhow::Result<()> {
8989 Settings :: builder ( )
9090 . with_environment_variable ( ENV_VAR_CONSOLE_LOG )
9191 . with_default_level ( LevelFilter :: INFO )
92- . file_log_settings_builder ( log_directory, "tracing-rs.log " )
92+ . file_log_settings_builder ( log_directory, "tracing-rs.json " )
9393 . with_rotation_period ( rotation_period)
9494 . build ( )
9595 } ) )
You can’t perform that action at this time.
0 commit comments