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