@@ -6,9 +6,11 @@ All notable changes to this project will be documented in this file.
66
77### Changed
88
9- - Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #927 ] ).
10- - BREAKING: The file log directory was set by ` ZOOKEEPER_OPERATOR_LOG_DIRECTORY ` ,
11- and is now set by ` ROLLING_LOGS ` (or via ` --rolling-logs <DIRECTORY> ` ).
9+ - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #927 ] , [ #934 ] ).
10+ - The console log level was set by ` ZOOKEEPER_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG ` .
11+ - The file log level was set by ` ZOOKEEPER_OPERATOR_LOG ` , and is now set by ` FILE_LOG ` .
12+ - The file log directory was set by ` ZOOKEEPER_OPERATOR_LOG_DIRECTORY ` , and is now set
13+ by ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
1214 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
1315- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
1416 of having the operator write it to the vector config ([ #933 ] ).
@@ -18,8 +20,9 @@ All notable changes to this project will be documented in this file.
1820- Use ` json ` file extension for log files ([ #932 ] ).
1921
2022[ #927 ] : https://github.com/stackabletech/zookeeper-operator/pull/927
21- [ #933 ] : https://github.com/stackabletech/zookeeper-operator/pull/XXX
23+ [ #933 ] : https://github.com/stackabletech/zookeeper-operator/pull/934
2224[ #932 ] : https://github.com/stackabletech/zookeeper-operator/pull/932
25+ [ #934 ] : https://github.com/stackabletech/zookeeper-operator/pull/xxx
2326
2427## [ 25.3.0] - 2025-03-21
2528
0 commit comments