list-log-levels
Lists the loggers and their log levels.
Description
The list-log-levels
subcommand lists the current Payara Server loggers and their log levels. This subcommand reports on all the loggers
that are listed in the logging.properties
file. In some cases, loggers that have not been created by the respective containers will appear in the list.
This subcommand is supported in remote mode only.
Options
- asadmin-options
-
Options for the
asadmin
utility. For information about these options, see theasadmin
help page. --help
-?
-
Displays the help text for the subcommand.
--target
-
The server, cluster or server instance for which log levels will be listed.
Operands
- target
-
Valid values are:
-
server_name - Default target is
server
. If no target is specified then log levels are listed for the server. -
cluster_name - The name of a target cluster.
-
instance_name - The name of a target server instance.
-
Examples
Example 1 Listing the Log Levels
This example lists the existing loggers and indicates how their log levels are set.
asadmin> list-log-levels
java.util.logging.ConsoleHandler <FINEST>
jakarta.enterprise.resource.corba <INFO>
jakarta.enterprise.resource.javamail <INFO>
jakarta.enterprise.resource.jdo <INFO>
jakarta.enterprise.resource.jms <INFO>
jakarta.enterprise.resource.jta <INFO>
jakarta.enterprise.resource.resourceadapter <INFO>
jakarta.enterprise.resource.sqltrace <FINE>
jakarta.enterprise.resource.webcontainer.jsf.application <INFO>
jakarta.enterprise.resource.webcontainer.jsf.config <INFO>
jakarta.enterprise.resource.webcontainer.jsf.context <INFO>
jakarta.enterprise.resource.webcontainer.jsf.facelets <INFO>
jakarta.enterprise.resource.webcontainer.jsf.lifecycle <INFO>
jakarta.enterprise.resource.webcontainer.jsf.managedbean <INFO>
jakarta.enterprise.resource.webcontainer.jsf.renderkit <INFO>
jakarta.enterprise.resource.webcontainer.jsf.resource <INFO>
jakarta.enterprise.resource.webcontainer.jsf.taglib <INFO>
jakarta.enterprise.resource.webcontainer.jsf.timing <INFO>
jakarta.enterprise.system.container.cmp <INFO>
jakarta.enterprise.system.container.ejb <INFO>
jakarta.enterprise.system.container.ejb.mdb <INFO>
jakarta.enterprise.system.container.web <INFO>
jakarta.enterprise.system.core.classloading <INFO>
jakarta.enterprise.system.core.config <INFO>
jakarta.enterprise.system.core <INFO>
jakarta.enterprise.system.core.naming <INFO>
jakarta.enterprise.system.core.security <INFO>
jakarta.enterprise.system.core.selfmanagement <INFO>
jakarta.enterprise.system.core.transaction <INFO>
jakarta.enterprise.system <INFO>
jakarta.enterprise.system.tools.admin <INFO>
jakarta.enterprise.system.tools.backup <INFO>
jakarta.enterprise.system.tools.deployment <INFO>
jakarta.enterprise.system.util <INFO>
jakarta.enterprise.system.webservices.registry <INFO>
jakarta.enterprise.system.webservices.rpc <INFO>
jakarta.enterprise.system.webservices.saaj <INFO>
javax <INFO>
javax.org.glassfish.persistence <INFO>
org.apache.catalina <INFO>
org.apache.coyote <INFO>
org.apache.jasper <INFO>
org.glassfish.admingui <INFO>
org.jvnet.hk2.osgiadapter <INFO>
Command list-log-levels executed successfully.
Exit Status
- 0
-
subcommand executed successfully
- 1
-
error in executing the subcommand
See Also
-
"Administering the Logging Service" in Payara Server General Administration section