mcuadros / go-syslog

Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523 stars 143 forks source link

Fix/stop #40

Closed RenaultAI closed 7 years ago

abligh commented 7 years ago

I'm not sure changing defaults for timezone when we have existing users is a great idea.

On 3 Apr 2017, at 17:15, Renault Young notifications@github.com wrote:

You can view, comment on, or merge this pull request online at:

https://github.com/mcuadros/go-syslog/pull/40

Commit Summary

• Change RFC 3164 format to default to local time • Convert package namespace • Cleared connections and listeners on kill • Merge pull request #1 from travisby/fixed-restartability • fix(tcp-listen/panic): check for tcp shutdown closer to message use • Make stop truly graceful File Changes

• M .travis.yml (6) • M README.md (6) • M doc.go (2) • M example/basic_udp.go (2) • M format/automatic.go (4) • M format/format.go (2) • M format/rfc3164.go (2) • M format/rfc5424.go (2) • M format/rfc6587.go (2) • M handler.go (2) • M handler_test.go (2) • M internal/syslogparser/rfc3164/example_test.go (2) • M internal/syslogparser/rfc3164/rfc3164.go (4) • M internal/syslogparser/rfc3164/rfc3164_test.go (2) • M internal/syslogparser/rfc5424/example_test.go (2) • M internal/syslogparser/rfc5424/rfc5424.go (2) • M internal/syslogparser/rfc5424/rfc5424_test.go (2) • M server.go (57) • M server_bench_test.go (2) • M server_test.go (2) • M servertls_test.go (1) Patch Links:

https://github.com/mcuadros/go-syslog/pull/40.patchhttps://github.com/mcuadros/go-syslog/pull/40.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

-- Alex Bligh