Skip to content

Commit f7cf5c6

Browse files
committed
chore: Update changelog
1 parent 8d5e22d commit f7cf5c6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
### Changed
66

7-
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#610]).
8-
- BREAKING: The file log directory was set by `SUPERSET_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
9-
(or via `--rolling-logs <DIRECTORY>`).
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`.
10+
- 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>`).
1012
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1113
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
1214
of having the operator write it to the vector config ([#609]).
@@ -19,6 +21,7 @@
1921
[#609]: https://github.com/stackabletech/superset-operator/pull/609
2022
[#610]: https://github.com/stackabletech/superset-operator/pull/610
2123
[#615]: https://github.com/stackabletech/superset-operator/pull/615
24+
[#617]: https://github.com/stackabletech/superset-operator/pull/617
2225

2326
## [25.3.0] - 2025-03-21
2427

0 commit comments

Comments
 (0)