logstash-logback-encoder-4.5
·
877 commits
to main
since this release
- #115 / #116 Failover TCP connections
- Multiple destinations can now be specified for the TCP appenders. Logs are sent to the first that accepts a connection
- Deprecated
remoteHost/portconfig parameters in favor ofdestinationconfig parameter
- #85 Reestablish TCP connection when socket's input stream reaches the end of the stream
- Fixes reconnection issues when communicating with Amazon's Elastic Load Balancer (ELB)
- #114 Shutdown faster when keep alive is enabled (only works on java 1.7+)
- #119 Removed runtime dependency on commons-io
- #119 Reduced jar size by minimizing shaded jar
- #117 Detect incompatible apis at compile time using animal-sniffer-plugin