Oracle GlassFish Server Reference Manual Release 3.1.2 Part Number E24938-01 |
|
|
View PDF |
sets the log level for one or more loggers
set-log-levels [--help] logger-name=logger-level[:logger-name=logger-level]* [--target=target]
The set-log-levels
subcommand sets the log level for one or more loggers. Changes take effect dynamically. Depending on the log levels you set, a server restart may be necessary.
This subcommand is supported in remote mode only.
--help
-?
Displays the help text for the subcommand.
--target
The server instance or cluster for which log levels will be set.
The server instance or cluster for which log levels will be set. Valid values are:
server_name - Default target is server
. If no target is specified then log levels are set for the server.
cluster_name - The name of a target cluster.
instance_name - The name of a target server instance.
The name of the logger. The list-log-levels
subcommand can be used to list the names of the current loggers.
The level to set for the logger. Log level values are SEVERE
, WARNING
, INFO
, CONFIG
, FINE
, FINER
, and FINEST
. The default setting is INFO
.
This example sets the log level of the web container logger to WARNING
.
asadmin> set-log-levels javax.enterprise.system.container.web=WARNING
Command set-log-level executed successfully.
This example sets the log level of the web container logger to FINE
and the log level of the EJB container logger to SEVERE
:
asadmin set-log-levels javax.enterprise.system.container.web=FINE: javax.enterprise.system.container.ejb=SEVERE Command set-log-level executed successfully.
subcommand executed successfully
error in executing the subcommand
collect-log-files(1), list-log-attributes(1), list-log-levels(1), rotate-log(1), set-log-attributes(1)
"Administering the Logging Service" in Oracle GlassFish Server Administration Guide