go-syslog icon indicating copy to clipboard operation
go-syslog copied to clipboard

Syslog server library for go.

Results 38 go-syslog issues
Sort by recently updated
recently updated
newest added

This allows for custom network implementation such us Tailscale VPN (wireguard) to be used directly Example: https://gist.github.com/morgangallant/c77be4c38174f477f8734c09d64638a9

### change It is recommended to add go.mod, otherwise the ide will always report various problems. 😅

hello, I update my package to 2.3.0 and find the func SetTcpBufferSize and params tcpBufferSize are removed from the code,but I could not found the commit message or resaon in...

### change 1. sync.pool for datagram struct. 2. format code.

### change add signal for example.

parseHeader was not checking that the end of the input hasn't been reached, and parseTimestamp and parseHostname assume that there's at least one character available. Avoid a panic by checking...

Hey @mcuadros, thank you for publishing this package! As you don’t seem to be active in the project anymore, I was wondering if you would accept a co-maintainer to help...