Skip to content

Commit 67e744f

Browse files
committed
chore: Update changelog
1 parent 0439457 commit 67e744f

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` ([#640]).
8-
- BREAKING: The file log directory was set by `HBASE_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` ([#640], [#648]).
8+
- The console log level was set by `HBASE_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
9+
- The file log level was set by `HBASE_OPERATOR_LOG`, and is now set by `FILE_LOG`.
10+
- The file log directory was set by `HBASE_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 ([#645]).
@@ -23,6 +25,7 @@
2325
[#640]: https://github.com/stackabletech/hbase-operator/pull/640
2426
[#645]: https://github.com/stackabletech/hbase-operator/pull/645
2527
[#647]: https://github.com/stackabletech/hbase-operator/pull/647
28+
[#648]: https://github.com/stackabletech/hbase-operator/pull/648
2629

2730
## [25.3.0] - 2025-03-21
2831

0 commit comments

Comments
 (0)