@@ -13,20 +13,24 @@ All notable changes to this project will be documented in this file.
1313 - ` secrets.stackable.tech/format.tls-pem.cert-name `
1414 - ` secrets.stackable.tech/format.tls-pem.key-name `
1515 - ` 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 ` .
1620
1721### Changed
1822
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 ] ).
2024 - 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 ` .
2327 - 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> ` ).
2529 - 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 ` .
2832 - 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> ` ).
3034 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
3135
3236### Fixed
@@ -37,6 +41,7 @@ All notable changes to this project will be documented in this file.
3741[ #581 ] : https://github.com/stackabletech/secret-operator/pull/581
3842[ #586 ] : https://github.com/stackabletech/secret-operator/pull/586
3943[ #587 ] : https://github.com/stackabletech/secret-operator/pull/587
44+ [ #591 ] : https://github.com/stackabletech/secret-operator/pull/591
4045
4146## [ 25.3.0] - 2025-03-21
4247
0 commit comments