It would be nice if there was a prepended package to the context for
logging. Like com.mortbay.jetty.webapp./console er something.
I've never been too happy with services going outside of the standard
package based logger naming conventions.
--jason
On Dec 2, 2005, at 9:08 PM, Aaron Mulder wrote:
I've taken a first stab at reducing our INFO output. One of the
standouts is Jetty, which log various stuff as INFO during startup,
where the logger name is the web context name (/ or /console or
/console-standard, etc.). Is there any chance of getting a Jetty
build in the next few days that emits no INFO output during startup?
The problem is, since the log categories are literally only "/" or
"/console" or whatever (not AFAICT org.mortbay.jetty./console or
something), we can't easily override those categories to log at only
WARN or higher. I mean, we could do it for the console and the stuff
we ship, but as soon as the user deployed a new web app, there would
be more INFO output again (under their custom context name). I'm
hoping to eliminate INFO output entirely except for stuff like
"Geronimo server started". So it would be great to find a way to
suppress the "context started" INFO messages from Jetty.
Thanks,
Aaron