Skip to content

Commit e7f11ef

Browse files
feat!: Use Tracing::pre_configured from stackable-telemetry (#617)
* 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: Update changelog * chore: cargo update && make regenerate-nix * chore: Remove unused const * Apply suggestions from code review Co-authored-by: Techassi <[email protected]> * chore: cargo build && make regenerate-nix --------- Co-authored-by: Techassi <[email protected]>
1 parent 074be54 commit e7f11ef

File tree

10 files changed

+585
-961
lines changed

10 files changed

+585
-961
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)