File Name Pattern for Catalogic DPX Logs
Catalogic DPX log files are created with a specific file name pattern.
Typically, the log files have the following path and name pattern:
<product directory>/logs/<hostname>_<yyyymmdd>.log
In this file path and name pattern, <product directory>
represents the full path of the directory in which Catalogic DPX is installed, <hostname>
represents the host name of the node, and <yyyymmdd>
represents the time stamp of the time that you start logging.
If the environmental variable SSCMSGSIZE
is set, the log files have the following path and name pattern:
<product-directory>/logs/<hostname>_<yyyymmdd>_<filenum>.log
In this file path and name pattern, <filenum>
represents the number of the log file with the same timestamp, in two digits with leading zeros.
For example, assume that you enabled the SSMSGSIZE on one of your Catalogic DPX nodes, whose host name is my-dpx-node
. Create Catalogic DPX log files two times on January 20, 22, and you get ./my-dpx-node_20220120_01.log
and ./my-dpx-node_20220120_02.log
.
Last updated