-
Notifications
You must be signed in to change notification settings - Fork 51
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
Add syslog v7 support #142
Conversation
A while back the syslog crate was updated to v7. This PR adds compatibility with this new version in fern. Also added `.vscode` to the `.gitignore` and fixed a comment where it mentioned `syslog-4` where it should have been `syslog-6` Signed-off-by: BlackDex <[email protected]>
I have also tested this code with Vaultwarden, and it works just fine. |
@daboross, please let me know if any adjustments need to be made. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good! Thanks for making this.
There's only one adjustment I'd ask for - removing the # default =
comment & following extra blank line from Cargo.toml
.
With that fixed, I'd be happy to merge this & release it in maybe a week or so with some other changes I have in mind for fern 0.7.1
.
Signed-off-by: BlackDex <[email protected]>
Cool. Thanks for the quick reply :). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - thanks!
Any chance of trigger a new release? |
A while back the syslog crate was updated to v7.
This PR adds compatibility with this new version in fern.
Also added
.vscode
to the.gitignore
and fixed a comment where it mentionedsyslog-4
where it should have beensyslog-6