Dev logger topics#310
Open
VLukasBecker wants to merge 10 commits into
Open
Conversation
VDanielEdwards
requested changes
Apr 21, 2026
f2e461e to
1a8c666
Compare
MariusBgm
reviewed
Jun 9, 2026
Signed-off-by: Becker, Lukas <Lukas.Becker@vector.com>
Signed-off-by: Becker, Lukas <Lukas.Becker@vector.com>
Signed-off-by: Becker, Lukas <Lukas.Becker@vector.com>
Signed-off-by: Becker, Lukas <Lukas.Becker@vector.com>
Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
b493e12 to
5beeef5
Compare
Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
Collaborator
|
@VDanielEdwards , @KonradBreitsprecherBkd the last commit 6af98f0 adds fine-granular message tracing based on message type. i think with that we are ready to merge it as first draft. |
MariusBgm
reviewed
Jun 10, 2026
Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
fix config parsing, operator comparison for sinks Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
Signed-off-by: Marius Börschig <Marius.Boerschig@vector.com>
VDanielEdwards
approved these changes
Jun 10, 2026
KonradBreitsprecherBkd
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Subject
Logger extension with additional topic field
Description
Improve the logger with an additional parameter "topic" and a new internal interface. The configuration is adapted accordingly to receive a black- and white list of topics to show or hide in the logs.
The new interface is rolled out in the internal components.
Instructions for review / testing
Developer checklist (address before review)