Names of runtime logs
IBM Verify Identity Access runtime messages are messages that are produced by applications, commands, and utilities that use the Verify Identity Access Runtime component. The sources include the C language-based utilities, such as the pdadmin commands and the svrsslcfg utility.
Table 1 lists the names of the default message log files for both C and Java™ language applications.
| Message severity | Default log name |
|---|---|
FATAL |
|
ERROR |
|
WARNING |
|
NOTICE |
|
NOTICE_VERBOSE |
|
- The Reverse Proxy runs as a background process so,
FATAL,ERROR, andWARNINGmessages are redirected to the server message log file for that Reverse Proxy instance (msg__webseald–instance_name.log). - If an application-specific configuration file does not exist for a Java application, message logs are controlled by the
$JAVA_HOME/PolicyDirector/PDJLog.properties file. In these cases, messages are
written to the following files:
- FATAL
- msg__amj_fatalN.log
- ERROR
- msg__amj_errorN.log
- WARNING
- msg__amj_warningN.log
- NOTICE
- msg__amj_noticeN.log
- NOTICE_VERBOSE
- msg__amj_verboseN.log
Note: By default, logging ofNOTICEandNOTICE_VERBOSEmessages is not enabled.
Based on the severity level, runtime messages from C-language applications are written to
different log files. For example, WARNING messages are written to the
msg__warning.log file and FATAL messages are written to
msg__fatal.log file.
Runtime message log files that are associated with C-language applications are allowed to grow without bound. Periodically check the available disk space and adjust as necessary, perhaps by archiving or pruning the log files. You can change the name, location, and put size constraints on the runtime message log files, as explained in Tracing configuration file entries.
1. When the file reaches its maximum size, the files are renamed. For example, when the
msg__appname1.log file reaches 512 KB, the following
process occurs: - The
msg__appname3.logfile is deleted, if it exists - The
msg__appname2.logfile, if it exists, is renamed tomsg__appname3.log - The
msg__appname1.logfile is renamedmsg__appname2.log - A new
msg__appname1.logfile is created
The names, location, number, and size of the Java runtime logs can be changed, as explained in Table 1.