Oracle GlassFish Server 3.0.1 Embedded Server Guide

ProcedureTo Change Log Levels in Embedded GlassFish Server

  1. Ensure that you have write permission access to the $JAVA_HOME/jre/lib/logging.properties file.

  2. Use a text editor to edit the $JAVA_HOME/jre/lib/logging.properties file.

  3. Change the java.util.logging.ConsoleHandler.level log level to FINE or FINEST.

  4. Add GlassFish Server log levels to the end of the file and adjust them as necessary.

    For example, add javax.enterprise.system.tools.deployment.level=FINE.