@@ -4,20 +4,30 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ### Added
8+
9+ - Adds new telemetry CLI arguments and environment variables ([ #299 ] ).
10+ - Use ` --file-log-max-files ` (or ` FILE_LOG_MAX_FILES ` ) to limit the number of log files kept.
11+ - Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
12+ - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
13+
714### Changed
815
9- - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #291 ] ).
16+ - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #291 ] , [ # 299 ] ).
1017 - operator-binary
11- - The file log directory was set by ` LISTENER_OPERATOR_LOG_DIRECTORY ` , and is now set by
12- ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
13- - The console log level was set by ` LISTENER_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG ` .
18+ - The console log level was set by ` LISTENER_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
19+ - The file log level was set by ` LISTENER_OPERATOR_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
20+ - The file log directory was set by ` LISTENER_OPERATOR_LOG_DIRECTORY ` , and is now set
21+ by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
1422 - olm-deployer
15- - The file log directory was set by ` STKBL_LISTENER_OLM_DEPLOYER_LOG_DIRECTORY ` , and is now set by
16- ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
17- - The console log level was set by ` STKBL_LISTENER_OLM_DEPLOYER_LOG ` , and is now set by ` CONSOLE_LOG ` .
23+ - The console log level was set by ` STKBL_LISTENER_OLM_DEPLOYER_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
24+ - The file log level was set by ` STKBL_LISTENER_OLM_DEPLOYER_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
25+ - The file log directory was set by ` STKBL_LISTENER_OLM_DEPLOYER_LOG_DIRECTORY ` , and is now set
26+ by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
1827 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
1928
2029[ #291 ] : https://github.com/stackabletech/listener-operator/pull/291
30+ [ #299 ] : https://github.com/stackabletech/listener-operator/pull/299
2131
2232## [ 25.3.0] - 2025-03-21
2333
0 commit comments