Greetings!
We use log4j in a clustered application server (Glassfish) environment, no problems there.
We would like to monitor our product in a coherent way, meaning we want one view on the log output of the product, regardless on which cluster node events occur. Identifying the event source node however is important.
We currently use the SocketAppender/SocketHubAp
pender appenders for monitoring.
Having one log file (XML layout) for all nodes in the cluster would be nice too, currently each nodes logs individually.
I have already looked for some kind of log daemon that merges the SocketAppender/SocketHubAp
pender output, but could not find anything.
I can't believe that we are the first to require the described mechanism, so I hope you can point me to a existing solution or tell me how to do this the 'right' way with log4j.
Thanks!