papertrail / remote_syslog2

To install, see "Releases" tab. Self-contained daemon for reading local files and emitting remote syslog (without using local syslogd).
http://help.papertrailapp.com/
MIT License
637 stars 157 forks source link

Make tests more robust with tcp #191

Closed snorecone closed 7 years ago

snorecone commented 7 years ago

Tests would intermittently fail using UDP and since we're not testing the protocol itself and debugging the failures is not productive, let us use a testing TCP server instead. This comes with the added benefit of not waiting an estimated amount of time before we see a message, which was a shortcoming of using UDP.