Skip to content
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

Merged
merged 2 commits into from
Oct 21, 2024
Merged

Conversation

BlackDex
Copy link
Contributor

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

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]>
@BlackDex
Copy link
Contributor Author

I have also tested this code with Vaultwarden, and it works just fine.

@BlackDex
Copy link
Contributor Author

@daboross, please let me know if any adjustments need to be made.

Copy link
Owner

@daboross daboross left a 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.

Cargo.toml Outdated Show resolved Hide resolved
src/builders.rs Show resolved Hide resolved
Signed-off-by: BlackDex <[email protected]>
@BlackDex
Copy link
Contributor Author

Cool. Thanks for the quick reply :).

Copy link
Owner

@daboross daboross left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks!

@daboross daboross merged commit 3e775cc into daboross:main Oct 21, 2024
17 checks passed
@BlackDex BlackDex deleted the add-syslog-7-support branch October 21, 2024 21:52
@BlackDex
Copy link
Contributor Author

Any chance of trigger a new release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants