Skip to content

Commit 4419c44

Browse files
authored
feat!: Use Tracing::pre_configured from stackable-telemetry (#554)
* chore: Bump stackable-operator and use re-exports * chore: Use borrows * 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: Revert stackable-operator crate patch
1 parent b46703c commit 4419c44

File tree

10 files changed

+666
-1066
lines changed

10 files changed

+666
-1066
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` ([#547]).
10-
- BREAKING: The file log directory was set by `SPARK_K8S_OPERATOR_LOG_DIRECTORY`, and is now set by `ROLLING_LOGS`
11-
(or via `--rolling-logs <DIRECTORY>`).
9+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#547], [#554]).
10+
- The console log level was set by `SPARK_K8S_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
11+
- The file log level was set by `SPARK_K8S_OPERATOR_LOG`, and is now set by `FILE_LOG`.
12+
- The file log directory was set by `SPARK_K8S_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 ([#551]).
@@ -20,6 +22,7 @@ All notable changes to this project will be documented in this file.
2022
[#547]: https://github.com/stackabletech/spark-k8s-operator/pull/547
2123
[#551]: https://github.com/stackabletech/spark-k8s-operator/pull/551
2224
[#553]: https://github.com/stackabletech/spark-k8s-operator/pull/553
25+
[#554]: https://github.com/stackabletech/spark-k8s-operator/pull/554
2326

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

0 commit comments

Comments
 (0)