Skip to content

Commit ec6d17a

Browse files
authored
feat!: Use Tracing::pre_configured from stackable-telemetry (#344)
* 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
1 parent d6e935c commit ec6d17a

File tree

7 files changed

+769
-973
lines changed

7 files changed

+769
-973
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` ([#338]).
10-
- BREAKING: The file log directory was set by `COMMONS_OPERATOR_LOG_DIRECTORY`,
11-
and is now set by `ROLLING_LOGS` (or via `--rolling-logs <DIRECTORY>`).
9+
- Replace stackable-operator `initialize_logging` with stackable-telemetry `Tracing` ([#338], [#344]).
10+
- BREAKING: The console log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `CONSOLE_LOG`.
11+
- BREAKING: The file log level was set by `COMMONS_OPERATOR_LOG`, and is now set by `FILE_LOG`.
12+
- BREAKING: The file log directory was set by `COMMONS_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

1416
### Fixed
@@ -17,6 +19,7 @@ All notable changes to this project will be documented in this file.
1719

1820
[#338]: https://github.com/stackabletech/commons-operator/pull/338
1921
[#343]: https://github.com/stackabletech/commons-operator/pull/343
22+
[#344]: https://github.com/stackabletech/commons-operator/pull/344
2023

2124
## [25.3.0] - 2025-03-21
2225

Cargo.lock

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

0 commit comments

Comments
 (0)