@@ -16,11 +16,17 @@ All notable changes to this project will be documented in this file.
16
16
17
17
### Changed
18
18
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> ` ).
24
30
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
25
31
26
32
### Fixed
@@ -30,6 +36,7 @@ All notable changes to this project will be documented in this file.
30
36
[ #572 ] : https://github.com/stackabletech/secret-operator/pull/572
31
37
[ #581 ] : https://github.com/stackabletech/secret-operator/pull/581
32
38
[ #586 ] : https://github.com/stackabletech/secret-operator/pull/586
39
+ [ #587 ] : https://github.com/stackabletech/secret-operator/pull/587
33
40
34
41
## [ 25.3.0] - 2025-03-21
35
42
0 commit comments