From: Matej S. <mat...@gm...> - 2017-02-28 09:21:42
|
Hi all, I am searching for TCP based remote logging (log4j format) that is not lossy, e.g. it does not simply drop logs if server is unavailable/buffers full. As a fallback, another appender can be used. In addition, it would be nice to have logs sent over the wire in bulk (not one by one). Anything like this exists? Or needs to be implemented? Regards, Matej |