We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aca84 commit 43aee52Copy full SHA for 43aee52
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
## [Unreleased]
4
5
+### Changed
6
+
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_DIR`
9
+ (or via `--rolling-logs <DIRECTORY>`).
10
+ - Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
11
12
+[#640]: https://github.com/stackabletech/hbase-operator/pull/640
13
14
## [25.3.0] - 2025-03-21
15
16
### Added
0 commit comments