@@ -16,11 +16,17 @@ All notable changes to this project will be documented in this file.
1616
1717### Changed
1818
19- - Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #581 ] ).
20- - BREAKING: operator-binary: The file log directory was set by ` SECRET_PROVISIONER_LOG_DIRECTORY ` ,
21- and is now set by ` ROLLING_LOGS ` (or via ` --rolling-logs <DIRECTORY> ` ).
22- - BREAKING: olm-deployer: The file log directory was set by ` STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY ` ,
23- and is now set by ` ROLLING_LOGS ` (or via ` --rolling-logs <DIRECTORY> ` ).
19+ - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #581 ] , [ #587 ] ).
20+ - operator-binary:
21+ - The console log level was set by ` SECRET_PROVISIONER_LOG ` , and is now set by ` CONSOLE_LOG ` .
22+ - The file log level was set by ` SECRET_PROVISIONER_LOG ` , and is now set by ` FILE_LOG ` .
23+ - The file log directory was set by ` SECRET_PROVISIONER_LOG_DIRECTORY ` , and is now set
24+ by ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
25+ - olm-deployer:
26+ - The console log level was set by ` STKBL_SECRET_OLM_DEPLOYER_LOG ` , and is now set by ` CONSOLE_LOG ` .
27+ - The file log level was set by ` STKBL_SECRET_OLM_DEPLOYER_LOG ` , and is now set by ` FILE_LOG ` .
28+ - The file log directory was set by ` STKBL_SECRET_OLM_DEPLOYER_LOG_DIRECTORY ` , and is now set
29+ by ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
2430 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
2531
2632### Fixed
@@ -30,6 +36,7 @@ All notable changes to this project will be documented in this file.
3036[ #572 ] : https://github.com/stackabletech/secret-operator/pull/572
3137[ #581 ] : https://github.com/stackabletech/secret-operator/pull/581
3238[ #586 ] : https://github.com/stackabletech/secret-operator/pull/586
39+ [ #587 ] : https://github.com/stackabletech/secret-operator/pull/587
3340
3441## [ 25.3.0] - 2025-03-21
3542
0 commit comments