This is fixed now... though it still spits out a few ERROR logs, which I am hoping are expected from the test...

--jason


On Aug 30, 2006, at 3:49 PM, Jason Dillon wrote:

Um... looks like a few of these tests are explicitly enabling DEBUG and installing a ConsoleAppender...

Logger.getRootLogger().addAppender(new ConsoleAppender(new PatternLayout("%p [%t] %m %n")));
    Logger.getRootLogger().setLevel(Level.DEBUG);

I'm not sure how they were quiet before m2 with code like above in setUp().

--jason


On Aug 28, 2006, at 4:29 PM, Jason Dillon wrote:

Thats odd, because the default logging config is set to only allow WARN and ERROR to go to console, not DEBUG.

Do these tests need to:

    GeronimoLogging.initialize(GeronimoLogging.INFO);

Or something?

--jason


On Aug 28, 2006, at 10:14 AM, Dain Sundstrom wrote:

Not me. They were quiet before the m2 change but it looks like logging got turned up.

-dain

On Aug 28, 2006, at 2:26 AM, Jason Dillon wrote:

These tests make way... way to much noise.

Anyone know how to make them shut up?

--jason




Reply via email to