Skip to content

Commit eccec44

Browse files
authored
feat!: Use Tracing::pre_configured from stackable-telemetry (#710)
* 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
1 parent 4956fbd commit eccec44

File tree

14 files changed

+2606
-3881
lines changed

14 files changed

+2606
-3881
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,22 @@ All notable changes to this project will be documented in this file.
1010

1111
### Changed
1212

13-
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703]).
14-
- BREAKING: operator-binary: The file log directory was set by `OPA_OPERATOR_LOG_DIRECTORY`,
15-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
16-
- BREAKING: bundle-builder: The file log directory was set by `OPA_BUNDLE_BUILDER_LOG_DIRECTORY`,
17-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
18-
- BREAKING: user-info-fetcher: The file log directory was set by `OPA_OPERATOR_LOG_DIRECTORY`,
19-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
13+
- BREAKING: Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#703], [#710]).
14+
- operator-binary:
15+
- The console log level was set by `OPA_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
16+
- The file log level was set by `OPA_OPERATOR_LOG`, and is now set by `FILE_LOG`.
17+
- The file log directory was set by `OPA_OPERATOR_LOG_DIRECTORY`, and is now set
18+
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
19+
- bundle-builder:
20+
- The console log level was set by `OPA_BUNDLE_BUILDER_LOG`, and is now set by `CONSOLE_LOG`.
21+
- The file log level was set by `OPA_BUNDLE_BUILDER_LOG`, and is now set by `FILE_LOG`.
22+
- The file log directory was set by `OPA_BUNDLE_BUILDER_LOG_DIRECTORY`, and is now set
23+
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
24+
- user-info-fetcher:
25+
- The console log level was set by `OPA_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
26+
- The file log level was set by `OPA_OPERATOR_LOG`, and is now set by `FILE_LOG`.
27+
- The file log directory was set by `OPA_OPERATOR_LOG_DIRECTORY`, and is now set
28+
by `ROLLING_LOGS_DIR` (or via `--rolling-logs <DIRECTORY>`).
2029
- Replace stackable-operator `print_startup_string` with `tracing::info!` with fields.
2130
- BREAKING: Inject the vector aggregator address into the vector config using the env var `VECTOR_AGGREGATOR_ADDRESS` instead
2231
of having the operator write it to the vector config ([#707]).
@@ -28,6 +37,7 @@ All notable changes to this project will be documented in this file.
2837
[#703]: https://github.com/stackabletech/opa-operator/pull/703
2938
[#707]: https://github.com/stackabletech/opa-operator/pull/707
3039
[#709]: https://github.com/stackabletech/opa-operator/pull/709
40+
[#710]: https://github.com/stackabletech/opa-operator/pull/710
3141

3242
## [25.3.0] - 2025-03-21
3343

0 commit comments

Comments
 (0)