Skip to content

Commit 716da4e

Browse files
feat!: Use Tracing::pre_configured from stackable-telemetry (#735)
* 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 * Apply suggestions from code review Co-authored-by: Techassi <git@techassi.dev> * chore: cargo build && make regenerate-nix --------- Co-authored-by: Techassi <git@techassi.dev>
1 parent 85c9e9b commit 716da4e

File tree

9 files changed

+472
-905
lines changed

9 files changed

+472
-905
lines changed

CHANGELOG.md

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

77
### Changed
88

9-
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#728]).
10-
- BREAKING: The file log directory was set by `TRINO_OPERATOR_LOG_DIRECTORY`,
11-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
9+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#728], [#735]).
10+
- The console log level was set by `TRINO_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
11+
- The file log level was set by `TRINO_OPERATOR_LOG`, and is now set by `FILE_LOG`.
12+
- The file log directory was set by `TRINO_OPERATOR_LOG_DIRECTORY`, and is now set
13+
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
1214
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
1315
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
1416
of having the operator write it to the vector config ([#734]).
@@ -21,6 +23,7 @@ All notable changes to this project will be documented in this file.
2123
[#728]: https://github.com/stackabletech/trino-operator/pull/728
2224
[#734]: https://github.com/stackabletech/trino-operator/pull/734
2325
[#733]: https://github.com/stackabletech/trino-operator/pull/733
26+
[#735]: https://github.com/stackabletech/trino-operator/pull/735
2427

2528
## [25.3.0] - 2025-03-21
2629

Cargo.lock

Lines changed: 17 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)