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 @@ -17,8 +17,13 @@ All notable changes to this project will be documented in this file.
17
17
18
18
- Fix a bug where changes to ConfigMaps that are referenced in the KafkaCluster spec didn't trigger a reconciliation ([ #844 ] ).
19
19
20
+ ### Fixed
21
+
22
+ - Use ` json ` file extension for log files ([ #846 ] ).
23
+
20
24
[ #840 ] : https://github.com/stackabletech/kafka-operator/pull/840
21
25
[ #844 ] : https://github.com/stackabletech/kafka-operator/pull/844
26
+ [ #846 ] : https://github.com/stackabletech/kafka-operator/pull/846
22
27
23
28
## [ 25.3.0] - 2025-03-21
24
29
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ async fn main() -> anyhow::Result<()> {
104
104
Settings :: builder ( )
105
105
. with_environment_variable ( ENV_VAR_CONSOLE_LOG )
106
106
. with_default_level ( LevelFilter :: INFO )
107
- . file_log_settings_builder ( log_directory, "tracing-rs.log " )
107
+ . file_log_settings_builder ( log_directory, "tracing-rs.json " )
108
108
. with_rotation_period ( rotation_period)
109
109
. build ( )
110
110
} ) )
You can’t perform that action at this time.
0 commit comments