INFO
, meaning that messages at that level or higher (WARNING
, SEVERE
) appear in the log. Choose any of the following values (listed from highest to lowest):SEVERE
WARNING
INFO
CONFIG
FINE
FINER
FINEST
OFF
samples.logging.simple.servlet
, and the value could be FINE
.Also use this area to change the log level for a submodule, such as the transport submodule of the CORBA module:
javax.enterprise.resource.corba.ORBId.transport
Calls to System.out.println
are logged at the INFO
level using the logger name javax.enterprise.system.stream.out
. Calls to System.err.println
are logged at the WARNING
level using the logger name javax.enterprise.system.stream.err
. To turn off the logs from these sources, specify the logger name with the value OFF
in the Additional Properties area.
Changes to the Log Level settings take effect immediately. They are also saved in the domain.xml
file for use when the server restarts.
See Also: