log4

What's your favorite log4 viewer / monitor?

We've decided to standardize on log4net and log4cxx for our logging infrastructure. I'd like to give our system administrators and other staff access to the events and information we are logging. So the short is, I'm looking for some a some recommended tools that help you keep track of the events coming out of your logger. Preferably ...

Logs from load-balanced servers

Excuse me if this sounds like a basic question, but I'm new to web development. We load balance across several servers. The apps are configured to log using log4j. They each write to log files on their respective servers. That means that researching issues means getting logs from all of these servers, which is tedious, and means going ...

log4j can't initialize with my log4j.properties

I have a simple log4j.property file and a simple program that use log4j. But when I run my jar I see only this log4j:WARN No appenders could be found for logger (package com.mycompany.hellolog4j). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. ...