Hello,
I what all my applications logs to be centralized (ideally in near real-time). We will use a Log4 Appender. Which one should I use:
- Send log event in a JMS Queue
- Syslog / syslog-ng
- Write to a localfile and use rsync (every 3second) to replicate the log
- Do a POST to a centralized REST Http Service
Which one are you using?