RSE daemon and thread pool logging
- STDOUT DD
The redirected data of
stdout
, Java™ standard output of RSE daemon. The default value in the sample JCLFEK.#CUST.PROCLIB(RSED)
isSYSOUT=*
. - STDERR DD
The redirected data of
stderr
, Java standard error output of RSE daemon. The default value in the sample JCLFEK.#CUST.PROCLIB(RSED)
isSYSOUT=*
. - daemon-home
The RSE daemon and RSE thread pool specific log files are located in
daemon-home
, wheredaemon-home
is the value of thedaemon.log
directive inrse.env
.rsedaemon.log
- The log of the RSE daemonrseserver.log
- The log of the RSE thread poolsaudit.log
- The RSE audit trailserverlogs.count
- Counter for logging RSE thread pool streamsstderr.*.log
- RSE thread pool standard error streamstdout.*.log
- RSE thread pool standard output stream
Note:
serverlogs.count, stderr.*.log
, andstdout.*.log
are only created if theenable.standard.log
directive inrse.env
is active, or if the function is dynamically activated with the modify rsestandardlog on operator command.- The
*
instderr.*.log
andstdout.*.log
is1
by default. However, there can be multiple RSE thread pools, in which case the number is incremented for each new RSE thread pool to ensure unique file names. - There are operator commands available to control the amount of data written to some of the mentioned log files. Refer to "Operator commands" in the Host Configuration Guide (SC27-8437) for more information.
- The
rse*.log
files can also exist with a “.last
” extension instead of a “.log
” extension ifkeep.last.log=true
is specified inrse.env
. By default, the “.last
” log files are not created. - The
rse*.log
files will have an extended name ifkeep.all.logs=true
is specified inrse.env
. By default the extended name is used. The following is a sample extended name, where RSED represents the address space name of the RSE daemon andyyyymmddhhmmss
is a date and time stamp (year, month, day, hour, minute, second):rseserver.RSED#yyyymmddhhmmss.log