@@ -7,14 +7,18 @@ All notable changes to this project will be documented in this file.
77### Added
88
99- Add rolling upgrade support for upgrades between NiFi 2 versions ([ #771 ] ).
10+ - Adds new telemetry CLI arguments and environment variables ([ #782 ] ).
11+ - Use ` --file-log-max-files ` (or ` FILE_LOG_MAX_FILES ` ) to limit the number of log files kept.
12+ - Use ` --file-log-rotation-period ` (or ` FILE_LOG_ROTATION_PERIOD ` ) to configure the frequency of rotation.
13+ - Use ` --console-log-format ` (or ` CONSOLE_LOG_FORMAT ` ) to set the format to ` plain ` (default) or ` json ` .
1014
1115### Changed
1216
13- - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #767 ] , [ #776 ] ).
14- - The console log level was set by ` NIFI_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG ` .
15- - The file log level was set by ` NIFI_OPERATOR_LOG ` , and is now set by ` FILE_LOG ` .
17+ - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #767 ] , [ #776 ] , [ # 782 ] ).
18+ - The console log level was set by ` NIFI_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
19+ - The file log level was set by ` NIFI_OPERATOR_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
1620 - The file log directory was set by ` NIFI_OPERATOR_LOG_DIRECTORY ` , and is now set
17- by ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
21+ by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
1822 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
1923- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
2024 of having the operator write it to the vector config ([ #772 ] ).
@@ -29,6 +33,7 @@ All notable changes to this project will be documented in this file.
2933[ #772 ] : https://github.com/stackabletech/nifi-operator/pull/772
3034[ #774 ] : https://github.com/stackabletech/nifi-operator/pull/774
3135[ #776 ] : https://github.com/stackabletech/nifi-operator/pull/776
36+ [ #782 ] : https://github.com/stackabletech/nifi-operator/pull/782
3237
3338## [ 25.3.0] - 2025-03-21
3439
0 commit comments