Skip to content

Commit 5ee3ad4

Browse files
feat!: Use stackable-telemetry (#585)
* chore: Replace print_startup_string with structured event * feat!: Replace log initialization with stackable-telemetry BREAKING: The log directory variable for the rolling file appender has changed * chore: Update changelog * chore: Correct changelog entry --------- Co-authored-by: Techassi <git@techassi.dev>
1 parent 5215349 commit 5ee3ad4

File tree

7 files changed

+5577
-3859
lines changed

7 files changed

+5577
-3859
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#585]).
10+
- BREAKING: The file log directory was set by `HIVE_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
11+
(or via `--rolling-logs <DIRECTORY>`).
12+
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
13+
14+
[#585]: https://github.com/stackabletech/hive-operator/pull/585
15+
716
## [25.3.0] - 2025-03-21
817

918
### Added

0 commit comments

Comments
 (0)