-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(dev): decouple syslog source and codec features (#18381)
This commit adds a new `codecs-syslog` feature to Vector mapped to the `codecs/syslog` package feature. This allows for code requiring the `syslog` codec to not depend on the `syslog` source anymore and instead depend on the `syslog` codec directly. For example, it is now possible to compile any source with `syslog` codec support using `codecs-syslog` without having to compile the `syslog` source with it. Signed-off-by: Hugo Hromic <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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