@@ -13,20 +13,24 @@ All notable changes to this project will be documented in this file.
13
13
- ` secrets.stackable.tech/format.tls-pem.cert-name `
14
14
- ` secrets.stackable.tech/format.tls-pem.key-name `
15
15
- ` secrets.stackable.tech/format.tls-pem.ca-name `
16
+ - Adds new telemetry CLI arguments and environment variables ([ #591 ] ).
17
+ - Use ` --file-log-max-files ` (or ` FILE_LOG_MAX_FILES ` ) to limit the number of log files kept.
18
+ - Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
19
+ - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
16
20
17
21
### Changed
18
22
19
- - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #581 ] , [ #587 ] ).
23
+ - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #581 ] , [ #587 ] , [ # 591 ] ).
20
24
- 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 ` .
25
+ - The console log level was set by ` SECRET_PROVISIONER_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
26
+ - The file log level was set by ` SECRET_PROVISIONER_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
23
27
- 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> ` ).
28
+ by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
25
29
- 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 ` .
30
+ - The console log level was set by ` STKBL_SECRET_OLM_DEPLOYER_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
31
+ - The file log level was set by ` STKBL_SECRET_OLM_DEPLOYER_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
28
32
- 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> ` ).
33
+ by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
30
34
- Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
31
35
32
36
### Fixed
@@ -37,6 +41,7 @@ All notable changes to this project will be documented in this file.
37
41
[ #581 ] : https://github.com/stackabletech/secret-operator/pull/581
38
42
[ #586 ] : https://github.com/stackabletech/secret-operator/pull/586
39
43
[ #587 ] : https://github.com/stackabletech/secret-operator/pull/587
44
+ [ #591 ] : https://github.com/stackabletech/secret-operator/pull/591
40
45
41
46
## [ 25.3.0] - 2025-03-21
42
47
0 commit comments