users@glassfish.java.net

Logger questions

From: <glassfish_at_javadesktop.org>
Date: Mon, 15 Dec 2008 08:17:47 PST

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