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 ` ([ #640 ] ).
8- - BREAKING: The file log directory was set by ` HBASE_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 ` ([ #640 ] , [ #648 ] ).
8+ - The console log level was set by ` HBASE_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG ` .
9+ - The file log level was set by ` HBASE_OPERATOR_LOG ` , and is now set by ` FILE_LOG ` .
10+ - The file log directory was set by ` HBASE_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 ([ #645 ] ).
2325[ #640 ] : https://github.com/stackabletech/hbase-operator/pull/640
2426[ #645 ] : https://github.com/stackabletech/hbase-operator/pull/645
2527[ #647 ] : https://github.com/stackabletech/hbase-operator/pull/647
28+ [ #648 ] : https://github.com/stackabletech/hbase-operator/pull/648
2629
2730## [ 25.3.0] - 2025-03-21
2831
You can’t perform that action at this time.
0 commit comments