@@ -6,27 +6,31 @@ All notable changes to this project will be documented in this file.
66
77### Added
88
9+ - Adds new telemetry CLI arguments and environment variables ([ #715 ] ).
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 ` .
913- Log the startup event for bundle-builder and user-info-fetcher ([ #703 ] ).
1014- Support experimental user-info-fetcher Entra backend to fetch user groups ([ #712 ] ).
1115
1216### Changed
1317
14- - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #703 ] , [ #710 ] ).
18+ - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #703 ] , [ #710 ] , [ # 715 ] ).
1519 - operator-binary:
16- - The console log level was set by ` OPA_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG ` .
17- - The file log level was set by ` OPA_OPERATOR_LOG ` , and is now set by ` FILE_LOG ` .
20+ - The console log level was set by ` OPA_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
21+ - The file log level was set by ` OPA_OPERATOR_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
1822 - The file log directory was set by ` OPA_OPERATOR_LOG_DIRECTORY ` , and is now set
19- by ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
23+ by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
2024 - bundle-builder:
21- - The console log level was set by ` OPA_BUNDLE_BUILDER_LOG ` , and is now set by ` CONSOLE_LOG ` .
22- - The file log level was set by ` OPA_BUNDLE_BUILDER_LOG ` , and is now set by ` FILE_LOG ` .
25+ - The console log level was set by ` OPA_BUNDLE_BUILDER_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
26+ - The file log level was set by ` OPA_BUNDLE_BUILDER_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
2327 - The file log directory was set by ` OPA_BUNDLE_BUILDER_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 - user-info-fetcher:
26- - The console log level was set by ` OPA_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG ` .
27- - The file log level was set by ` OPA_OPERATOR_LOG ` , and is now set by ` FILE_LOG ` .
30+ - The console log level was set by ` OPA_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
31+ - The file log level was set by ` OPA_OPERATOR_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
2832 - The file log directory was set by ` OPA_OPERATOR_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- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
3236 of having the operator write it to the vector config ([ #707 ] ).
@@ -40,6 +44,7 @@ All notable changes to this project will be documented in this file.
4044[ #709 ] : https://github.com/stackabletech/opa-operator/pull/709
4145[ #710 ] : https://github.com/stackabletech/opa-operator/pull/710
4246[ #712 ] : https://github.com/stackabletech/opa-operator/pull/712
47+ [ #715 ] : https://github.com/stackabletech/opa-operator/pull/715
4348
4449## [ 25.3.0] - 2025-03-21
4550
0 commit comments