Skip to content

Commit e4c8325

Browse files
committed
chore: Update changelog
1 parent cf45b19 commit e4c8325

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ 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 ([#938]).
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` ([#927], [#934]).
10-
- The console log level was set by `ZOOKEEPER_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
11-
- The file log level was set by `ZOOKEEPER_OPERATOR_LOG`, and is now set by `FILE_LOG`.
16+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#927], [#934], [#938]).
17+
- The console log level was set by `ZOOKEEPER_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
18+
- The file log level was set by `ZOOKEEPER_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
1219
- The file log directory was set by `ZOOKEEPER_OPERATOR_LOG_DIRECTORY`, and is now set
13-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
20+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
1421
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1522
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
1623
of having the operator write it to the vector config ([#933]).
@@ -23,6 +30,7 @@ All notable changes to this project will be documented in this file.
2330
[#933]: https://github.com/stackabletech/zookeeper-operator/pull/934
2431
[#932]: https://github.com/stackabletech/zookeeper-operator/pull/932
2532
[#934]: https://github.com/stackabletech/zookeeper-operator/pull/934
33+
[#938]: https://github.com/stackabletech/zookeeper-operator/pull/938
2634

2735
## [25.3.0] - 2025-03-21
2836

0 commit comments

Comments
 (0)