daboross / fern

Simple, efficient logging for Rust
MIT License
848 stars 51 forks source link

Add syslog v7 support #142

Closed BlackDex closed 1 month ago

BlackDex commented 1 month ago

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

BlackDex commented 1 month ago

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

BlackDex commented 1 month ago

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

BlackDex commented 1 month ago

Cool. Thanks for the quick reply :).

BlackDex commented 4 days ago

Any chance of trigger a new release?