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 13
13
(or via ` --rolling-logs <DIRECTORY> ` ).
14
14
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
15
15
16
+ ### Fixed
17
+
18
+ - Use ` json ` file extension for log files ([ #647 ] ).
19
+
16
20
[ #639 ] : https://github.com/stackabletech/hbase-operator/pull/639
17
21
[ #640 ] : https://github.com/stackabletech/hbase-operator/pull/640
22
+ [ #647 ] : https://github.com/stackabletech/hbase-operator/pull/647
18
23
19
24
## [ 25.3.0] - 2025-03-21
20
25
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ async fn main() -> anyhow::Result<()> {
86
86
// TODO (@Techassi): Change to CONSOLE_LOG or FILE_LOG, create constant
87
87
. with_environment_variable ( ENV_VAR_CONSOLE_LOG )
88
88
. with_default_level ( LevelFilter :: INFO )
89
- . file_log_settings_builder ( log_directory, "tracing-rs.log " )
89
+ . file_log_settings_builder ( log_directory, "tracing-rs.json " )
90
90
. with_rotation_period ( rotation_period)
91
91
. build ( )
92
92
} ) )
You can’t perform that action at this time.
0 commit comments