sile / sloggers

A Rust library which provides frequently used slog loggers and convenient functions
MIT License
37 stars 18 forks source link

Change the `syslog` module to use slog-syslog@0.13. #37

Closed argv-minus-one closed 2 years ago

argv-minus-one commented 4 years ago

@dpc asked me to contribute the code I wrote for sloggers::syslog to use as a new version of the slog-syslog crate, so I've submitted that code in slog-rs/syslog#6. I also changed it to write log messages into a thread-local reusable buffer, so it should be faster than the current sloggers::syslog implementation.

This PR changes sloggers::syslog to use that new slog-syslog crate.

I'm marking this PR as a draft because slog-rs/syslog#6 has not yet been merged.

sile commented 4 years ago

Thanks! I'm looking forward to this PR gets ready for merge.

argv-minus-one commented 2 years ago

Sorry, I forgot all about this! Unfortunately I'm no longer using slog, so I'm going to go ahead and close this.