Skip to content

[Merged by Bors] - Enable logging #380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 34 commits into from
Closed
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
f04c4db
wip - started logging
maltesander Feb 8, 2023
47bdf0b
logified tests
maltesander Feb 9, 2023
a924d50
added logging test to test definition
maltesander Feb 9, 2023
f671e2d
added basic docs
maltesander Feb 9, 2023
7518568
wip
maltesander Feb 9, 2023
7cb6fae
change trino logging directory
maltesander Feb 9, 2023
637e2d4
move http-request log to /stackable/log
maltesander Feb 9, 2023
387ecf7
disabled http-request.log
maltesander Feb 10, 2023
2ccac4d
adapted changelog
maltesander Feb 10, 2023
3b37739
updated test definitions
maltesander Feb 10, 2023
48475b2
switch to stackable version "23.4.0-rc2"
maltesander Feb 10, 2023
e0027bd
documented limitations of logging
maltesander Feb 13, 2023
a490d7d
use operator-rs 0.35.0
maltesander Feb 13, 2023
69cfb24
fix linters
maltesander Feb 13, 2023
c64898f
fix clippy
maltesander Feb 13, 2023
b30ac77
Merge remote-tracking branch 'origin/main' into enable-logging
maltesander Feb 13, 2023
6d8f459
added log aggregation to usage guide
maltesander Feb 13, 2023
6e7926b
Update CHANGELOG.md
maltesander Feb 15, 2023
182febc
removed space from changelog
maltesander Feb 15, 2023
6557e01
sorted dependencies
maltesander Feb 15, 2023
c7e49a3
removed obsolete error
maltesander Feb 15, 2023
361534f
added loglevel Off
maltesander Feb 15, 2023
9c2730a
removed obsolete vector configmap
maltesander Feb 15, 2023
2281c16
custom log config log.properties now copied to rwconfig
maltesander Feb 15, 2023
7110cd7
setup prepare container logging in tests
maltesander Feb 15, 2023
d52d22a
vector discovery config map now prefixed with trino
maltesander Feb 15, 2023
12e9e3c
utilize root logger
maltesander Feb 15, 2023
a900b84
fix clippy
maltesander Feb 15, 2023
246e43b
fix logging properites
maltesander Feb 15, 2023
b5d733a
attempt to fix docs
maltesander Feb 15, 2023
e28fbd4
clippy
maltesander Feb 15, 2023
f8c51a5
yaml linter
maltesander Feb 15, 2023
2a75762
fix nav.adoc location
maltesander Feb 20, 2023
1a30652
fix resource integration tests
maltesander Feb 22, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ All notable changes to this project will be documented in this file.

### Changed

- `operator-rs` `0.31.0` -> `0.33.0` ([#378]).
- Bumped stackable image versions to "23.4.0-rc1" ([#378]).
- `operator-rs` `0.31.0` -> `0.35.0` ([#378], [#380]).
- Bumped stackable image versions to `23.4.0-rc2` ([#378], [#380]).
- Fragmented `TrinoConfig` ([#379]).
- Enabled logging and log aggregation ([#380]).

### Removed

- [BREAKING]: Removed `log_level` from `TrinoConfig` which is now set via the logging framework struct ([#380]).

[#378]: https://github.com/stackabletech/trino-operator/pull/378
[#379]: https://github.com/stackabletech/trino-operator/pull/379
[#380]: https://github.com/stackabletech/trino-operator/pull/380

## [23.1.0] - 2023-01-23

Expand Down
84 changes: 42 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading