Logging command

Use the logging command to set the logging flags for the Launcher, the Resource Manager, or the Connection Manager.

{launcher.bat | launcher.sh}
  [-setlogging launchername systemname –logtype {launcher | resmgr | conmgr} 
    –logoptions {[to | tx],[do | dx],[wo | wx],[fo | fx],[io | ix],[eo | ex]} ]
-setlogging launchername
The name of the Launcher that is defined in the mgmtconsole.bin file. The launchername variable identifies the host name, port, user name, and password of a particular Launcher definition.
systemname
The name of the system or group of systems running under one Launcher process. The systemname is defined with the Launcher Administration tools.
–logtype
Enables logging for one of the following resources:
launcher
The logging options apply to the Launcher.
resmgr
The logging options apply to the Resource Manager.
conmgr
The logging options apply to the Connection Manager.
–logoptions
Specifies the logging options to use. Multiple options must be delimited by commas.
to
Log trace information.
tx
Do not log trace information. This is the default.
do
Log debugging information.
dx
Do not log debugging information. This is the default.
fo
Log fatal error messages.
fx
Do not log fatal error messages. This is the default.
eo
Log error messages.
ex
Do not log error messages. This is the default.
io
Log informational messages.
ix
Do not log informational messages. This is the default.
wo
Log warning messages.
wx
Do not log warning messages. This is the default.