File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 44
55### Changed
66
7- - Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #610 ] ).
8- - BREAKING: The file log directory was set by ` SUPERSET_OPERATOR_LOG_DIRECTORY ` , and is now set by ` ROLLING_LOGS `
9- (or via ` --rolling-logs <DIRECTORY> ` ).
7+ - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #610 ] , [ #617 ] ).
8+ - The console log level was set by ` SUPERSET_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG ` .
9+ - The file log level was set by ` SUPERSET_OPERATOR_LOG ` , and is now set by ` FILE_LOG ` .
10+ - The file log directory was set by ` SUPERSET_OPERATOR_LOG_DIRECTORY ` , and is now set
11+ by ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
1012 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
1113- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
1214 of having the operator write it to the vector config ([ #609 ] ).
1921[ #609 ] : https://github.com/stackabletech/superset-operator/pull/609
2022[ #610 ] : https://github.com/stackabletech/superset-operator/pull/610
2123[ #615 ] : https://github.com/stackabletech/superset-operator/pull/615
24+ [ #617 ] : https://github.com/stackabletech/superset-operator/pull/617
2225
2326## [ 25.3.0] - 2025-03-21
2427
You can’t perform that action at this time.
0 commit comments