en.help.task-eelogginglevels.html Maven / Gradle / Ivy
To Configure Log Levels
- In the navigation tree, expand the Configuration node.
- Under the Configuration node, select the Logger Settings node.
The Logger Settings page opens.
- On the Logger Settings page, click the Log Levels tab.
The Module Log Levels page opens.
- On the Module Log Levels page, change log levels for one or
more modules as follows.
- To change the log level for an individual module, select a new value
from the drop-down list opposite the module whose log level you want to
change.
- To change the log level for a group of modules:
- Select the checkboxes next to the names of the modules whose log levels
you want to change.
- Select a value from the drop-down list at the top of the
table.
- Click the Change Level button.
Messages at the selected level or higher appear in the log. Choose
any of the following values (listed from highest to lowest):
SEVERE
WARNING
INFO
CONFIG
FINE
FINER
FINEST
OFF
For details about the meanings of the log levels, see Module Log Levels. The
default level is INFO, so by default the log will contain messages of
INFO, WARNING, or SEVERE levels.
- Click Save.
Changes to the Log Level settings take effect immediately. They are also saved
for use when the server restarts.
See Also