users@glassfish.java.net

Re: Logger questions

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Wed, 17 Dec 2008 13:21:24 -0800

Did you set the log level for the logger "test" to FINEST?

thanks,
-marina

glassfish_at_javadesktop.org wrote:
> I have a bean that does the following:
>
> Logger logger = Logger.getLogger("test");
> logger.finest("Finest message");
> logger.finer("Finer message");
> logger.fine("Fine message");
> logger.info("Info message");
> logger.warning("Warning message");
> logger.config("Config message");
>
> Using the admin console I can only see the Info and Warning messages. Changing the search criteria in the log viewer doesn't show the other messages.
>
> What do I need to change in order to see the other log levels?
> [Message sent by forum member 'preston001' (preston001)]
>
> http://forums.java.net/jive/thread.jspa?messageID=321750
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: users-help_at_glassfish.dev.java.net
>