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 99 (or via ` --rolling-logs <DIRECTORY> ` ).
1010 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
1111
12+ ### Fixed
13+
14+ - Use ` json ` file extension for log files ([ #615 ] ).
15+
1216[ #610 ] : https://github.com/stackabletech/superset-operator/pull/610
17+ [ #615 ] : https://github.com/stackabletech/superset-operator/pull/615
1318
1419## [ 25.3.0] - 2025-03-21
1520
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ async fn main() -> anyhow::Result<()> {
103103 Settings :: builder ( )
104104 . with_environment_variable ( ENV_VAR_CONSOLE_LOG )
105105 . with_default_level ( LevelFilter :: INFO )
106- . file_log_settings_builder ( log_directory, "tracing-rs.log " )
106+ . file_log_settings_builder ( log_directory, "tracing-rs.json " )
107107 . with_rotation_period ( rotation_period)
108108 . build ( )
109109 } ) )
You can’t perform that action at this time.
0 commit comments