I am current logging everything using log4j directly to files on the local machine. Now that I am using Camel and going across multiple machines, I would like my logs to remain on each local machine, but anything above warning to also go to a designated machine.
I was wondering if anyone did this and what was their approach. I could do it all directly with log4j & sockets. But why not use Camel/ActiveMQ. I was wondering if it would be better just to extend the loggers for this, or to build an appender which would push the messages back into a topic? Any advice? Thanks. -- View this message in context: http://www.nabble.com/Using-Camel---Log4j-on-Multiple-Machines-tp15325689s22882p15325689.html Sent from the Camel - Users mailing list archive at Nabble.com.
