@@ -6,11 +6,11 @@ All notable changes to this project will be documented in this file.
66
77### Changed
88
9- - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #703 ] , [ #710 ] ).
10- - The console log level was set by ` DRUID_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG ` .
11- - The file log level was set by ` DRUID_OPERATOR_LOG ` , and is now set by ` FILE_LOG ` .
9+ - BREAKING: Replace stackable-operator ` initialize_logging ` with stackable-telemetry ` Tracing ` ([ #703 ] , [ #710 ] , [ # 714 ] ).
10+ - The console log level was set by ` DRUID_OPERATOR_LOG ` , and is now set by ` CONSOLE_LOG_LEVEL ` .
11+ - The file log level was set by ` DRUID_OPERATOR_LOG ` , and is now set by ` FILE_LOG_LEVEL ` .
1212 - The file log directory was set by ` DRUID_OPERATOR_LOG_DIRECTORY ` , and is now set
13- by ` ROLLING_LOGS_DIR ` (or via ` --rolling-logs <DIRECTORY> ` ).
13+ by ` FILE_LOG_DIRECTORY ` (or via ` --file-log-directory <DIRECTORY> ` ).
1414 - Replace stackable-operator ` print_startup_string ` with ` tracing::info! ` with fields.
1515- BREAKING: Inject the vector aggregator address into the vector config using the env var ` VECTOR_AGGREGATOR_ADDRESS ` instead
1616 of having the operator write it to the vector config ([ #704 ] ).
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424[ #704 ] : https://github.com/stackabletech/druid-operator/pull/704
2525[ #709 ] : https://github.com/stackabletech/druid-operator/pull/709
2626[ #710 ] : https://github.com/stackabletech/druid-operator/pull/710
27+ [ #714 ] : https://github.com/stackabletech/druid-operator/pull/714
2728
2829## [ 25.3.0] - 2025-03-21
2930
0 commit comments