-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Integrate Syslog Appender #380
Comments
Previous discussions in #18 brought forth the following suggestions.
|
It looks like version 6+ of rust-syslog has added integration with the log crate. This should help with integrating their solution I'm hoping. Further investigation is needed. |
After some further investigation into the rust-syslog project and considering how we can use their API. My gut feeling is that we should wrap their tool within the log4rs baseline. This reduces duplicate code & empowers us to take updates as both projects grow. We would of course need to add configuration capabilities as well.
|
As brought up a couple times in the past #18 #26, there is a desire to use log4rs while writing to syslog. This capability could be utilized by applications running in Kubernetes in conjunction with ELK Stack. This issue can act as a sounding board / design approval for introduction of a new and complex appender that has alluded this crate for 8 years.
The text was updated successfully, but these errors were encountered: