Skip to content

Commit 5f37aa2

Browse files
authored
feat!: Use Tracing::pre_configured from stackable-telemetry (#648)
* chore: Bump stackable-operator and use re-exports * feat!: Use `Tracing::pre_configured` from stackable-telemetry BREAKING: The console log level, file log level and directory variables have been changed * chore: cargo update && make regenerate-nix * chore: Update changelog * chore: Fix changelog headings * chore: Remove unnessary import
1 parent 95a4189 commit 5f37aa2

File tree

8 files changed

+772
-1143
lines changed

8 files changed

+772
-1143
lines changed

CHANGELOG.md

Lines changed: 6 additions & 7 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]).
@@ -16,13 +18,10 @@
1618
- Use `json` file extension for log files ([#647]).
1719
- Fix a bug where changes to ConfigMaps that are referenced in the HbaseCluster spec didn't trigger a reconciliation ([#645]).
1820

19-
### Fixed
20-
21-
- Use `json` file extension for log files ([#647]).
22-
2321
[#640]: https://github.com/stackabletech/hbase-operator/pull/640
2422
[#645]: https://github.com/stackabletech/hbase-operator/pull/645
2523
[#647]: https://github.com/stackabletech/hbase-operator/pull/647
24+
[#648]: https://github.com/stackabletech/hbase-operator/pull/648
2625

2726
## [25.3.0] - 2025-03-21
2827

0 commit comments

Comments
 (0)