I was thinking to replace current file based approach with something else. There are several other options, but I did not dig too much into them:
- DBI appender can write into database. That might also have other advantages like easy remote access to the log
- Some kind of message queue. I found RabbitMQ, but have no experience with such
- Have one log for each process and merge them before analysis
Any other idea?
-- thanks, Roman