apex / log

Structured logging package for Go.
MIT License
1.36k stars 110 forks source link

feature req: syslog handler #81

Open nergdron opened 4 years ago

nergdron commented 4 years ago

lots of systems still rely heavily on syslog, it'd be really good for there to be a syslog aware handler. some features I'd like to see in a hypothetical handler:

tj commented 4 years ago

sounds fine to me!

nergdron commented 4 years ago

https://github.com/apex/log/pull/84

nergdron commented 4 years ago

working on using logfmt for output formatting, but ran into an upstream issue which I'll need to resolve (https://github.com/go-logfmt/logfmt/issues/9).

utdrmac commented 3 years ago

What's the hold up on this PR? Coming to apex from logrus since it's dead but needing good syslog support.

nergdron commented 3 years ago

@utdrmac just waiting on a review and merge from @tj, just figured their life got busy because of The World. feel free to use my branch in the mean time I suppose.