Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

Format of the logging entries

&pagelevel(3)&pagelevel

By default, each agent stores its logging entries in the file /var/adm/syslog. The entries of this logging file have the following basic format:

<date> <time> keyword <daemon>[pid]: <message text>

<date> <time>

Time stamp of the logging entry.

keyword

Keyword for classifying the message (e.g. LOG_INFO, LOG_NOTICE, LOG_DEBUG and LOG_ERR).

daemon[pid]

Process name (daemon name) of the agent with the information on the corresponding process ID (PID). If there a is no valid PID available for the message output (e.g. in the case of a message output during starting the daemon), an empty bracket expression is output.

message text

Plain text of the message.