dev@glassfish.java.net

Re: How to modify the default logging config?

From: Carla Mott <Carla.Mott_at_Sun.COM>
Date: Thu, 29 Oct 2009 15:02:45 -0700

Hi Ed,

Logger configuration info is in logging.properties file in the config
dir. Handler info is in there too. How is configuration done for
slf4j? What do you want to configure?

Carla

Ed Burns wrote:
> Hello Team,
>
> I would like to add some logging configuration for bean-validator.
> Because they're using slf4j-jdk14, I assume that I can affect those
> configuration changes in the same place the rest of our logging
> configuration is declared.
>
> Can someone please tell me how to make these changes?
>
> Thanks,
>
> Ed