Skip to content

Commit a4594c2

Browse files
committed
chore: Update changelog
1 parent 43432a8 commit a4594c2

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
@@ -2,13 +2,20 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Adds new telemetry CLI arguments and environment variables ([#623]).
8+
- Use `--file-log-max-files` (or `FILE_LOG_MAX_FILES`) to limit the number of log files kept.
9+
- Use `--file-log-rotation-period` (or `FILE_LOG_ROTATION_PERIOD`) to configure the frequency of rotation.
10+
- Use `--console-log-format` (or `CONSOLE_LOG_FORMAT`) to set the format to `plain` (default) or `json`.
11+
512
### Changed
613

7-
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#610], [#617]).
8-
- The console log level was set by `SUPERSET_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
9-
- The file log level was set by `SUPERSET_OPERATOR_LOG`, and is now set by `FILE_LOG`.
14+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#610], [#617], [#623]).
15+
- The console log level was set by `SUPERSET_OPERATOR_LOG`, and is now set by `CONSOLE_LOG_LEVEL`.
16+
- The file log level was set by `SUPERSET_OPERATOR_LOG`, and is now set by `FILE_LOG_LEVEL`.
1017
- The file log directory was set by `SUPERSET_OPERATOR_LOG_DIRECTORY`, and is now set
11-
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
18+
by `FILE_LOG_DIRECTORY` (or via `--file-log-directory <DIRECTORY>`).
1219
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1320
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
1421
of having the operator write it to the vector config ([#609]).
@@ -22,6 +29,7 @@
2229
[#610]: https://github.com/stackabletech/superset-operator/pull/610
2330
[#615]: https://github.com/stackabletech/superset-operator/pull/615
2431
[#617]: https://github.com/stackabletech/superset-operator/pull/617
32+
[#623]: https://github.com/stackabletech/superset-operator/pull/623
2533

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

0 commit comments

Comments
 (0)