Centralized logging for JBoss / log4j? [closed]
- by mfarver
Does anyone have advice or a pointer to articles on how to centralize logs in JBoss?
JBoss will log to syslog, which makes it easy, but doing so breaks multi line debug messages (and Jboss loves dropping exception stack traces in the logs). I can rsync the logs, but that isn't realtime.
Log4j has appenders for TCP and multicast sockets, so it seems like something probably exists for streaming logs, but I haven't found a receiver for the data.
Thanks