Skip to content

Commit 14717ac

Browse files
committed
Enable logging (#380)
# Description fixes #376 ## TODO - [x] Release new operator-rs - [x] Adapt cargo.toml to new operator-rs release Co-authored-by: Malte Sander <[email protected]>
1 parent 7b0ad4c commit 14717ac

File tree

72 files changed

+1424
-182
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1424
-182
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ All notable changes to this project will be documented in this file.
66

77
### Changed
88

9-
- `operator-rs` `0.31.0` -> `0.33.0` ([#378]).
10-
- Bumped stackable image versions to "23.4.0-rc1" ([#378]).
9+
- `operator-rs` `0.31.0` -> `0.35.0` ([#378], [#380]).
10+
- Bumped stackable image versions to `23.4.0-rc2` ([#378], [#380]).
1111
- Fragmented `TrinoConfig` ([#379]).
12+
- Enabled logging and log aggregation ([#380]).
13+
14+
### Removed
15+
16+
- [BREAKING]: Removed `log_level` from `TrinoConfig` which is now set via the logging framework struct ([#380]).
1217

1318
[#378]: https://github.com/stackabletech/trino-operator/pull/378
1419
[#379]: https://github.com/stackabletech/trino-operator/pull/379
20+
[#380]: https://github.com/stackabletech/trino-operator/pull/380
1521

1622
## [23.1.0] - 2023-01-23
1723

Cargo.lock

+42-42
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)