File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 15
15
16
16
- Fix a bug where changes to ConfigMaps that are referenced in the HbaseCluster spec didn't trigger a reconciliation ([ #645 ] ).
17
17
18
+ ### Fixed
19
+
20
+ - Use ` json ` file extension for log files ([ #647 ] ).
21
+
18
22
[ #640 ] : https://github.com/stackabletech/hbase-operator/pull/640
19
23
[ #645 ] : https://github.com/stackabletech/airflow-operator/pull/645
24
+ [ #647 ] : https://github.com/stackabletech/hbase-operator/pull/647
20
25
21
26
## [ 25.3.0] - 2025-03-21
22
27
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ async fn main() -> anyhow::Result<()> {
91
91
// TODO (@Techassi): Change to CONSOLE_LOG or FILE_LOG, create constant
92
92
. with_environment_variable ( ENV_VAR_CONSOLE_LOG )
93
93
. with_default_level ( LevelFilter :: INFO )
94
- . file_log_settings_builder ( log_directory, "tracing-rs.log " )
94
+ . file_log_settings_builder ( log_directory, "tracing-rs.json " )
95
95
. with_rotation_period ( rotation_period)
96
96
. build ( )
97
97
} ) )
You can’t perform that action at this time.
0 commit comments