Hello,
This my question off the topic, but was just wondering if you guys know of any open source software that lets me view all my application logs deployed on various servers to be viewable from one place and that should be online.
Please share if you know of any such software?

Thanks much
Gnan

Here's one way...

log4j has a number of appenders that would allow you to send logging into to a central logging server.

Chainsaw (http://logging.apache.org/log4j/docs/chainsaw.html) is a GUI tool that allows you to read multiple log files:

"Rather than rely on a combination of tail/grep/vi or equivalent to view/query/trace-through a huge trail of logging events, you can use Chainsaw. Chainsaw can read log files formatted in Log4j's XMLLayout, receive events from remote locations, read events from a DB, it can even work with the JDK 1.4 logging events."

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to