I am currently facing the problem of combining multiple log files from a distributed system.
But since most applications are Java applications that use both log4j and all of them use JMS, I thought about registering directly in the message queue instead of copying individual log files.
Is this a good idea or could it be something like that?
source
share