influxdata / go-syslog

Blazing fast syslog parser
MIT License
477 stars 69 forks source link

RFC3164 support old syslog #55

Closed catap closed 4 months ago

catap commented 4 months ago

Here a PR with goal to support many different old syslog.

This changes allows to support:

Probably many other edge cases and hardware.

Thus, it includes: https://github.com/influxdata/go-syslog/pull/46, https://github.com/influxdata/go-syslog/pull/49 and https://github.com/influxdata/go-syslog/pull/54

catap commented 4 months ago

@leodido any chance to review this series of commit? it should unblock support of BSD syslog inside Loki which will benefite to community in general.

leodido commented 4 months ago

Hey @catap, thanks for your effort! ❤️

I've decided to keep maintaining this project but on my GitHub account.

So, please direct this pull request to https://github.com/leodido/go-syslog 🙏

catap commented 4 months ago

@leodido thanks for takeing this back to life!

I've openned the same PR as https://github.com/leodido/go-syslog/pull/2