Output
The output is in standard syslog format:
<PRI> HEADER MSG
PRI: Integer value: (Facility * 8) + Severity
HEADER: Timestamp Address
| • | The timestamp format is MMM dd HH:mm:ss |
| • | The address can be hostname or IP. The fully qualified domain name as reported by the OS is used. |
MSG: TAG: CONTENT
| • | The separator between TAG and CONTENT can be a number of things, but a colon is most common. |
| • | The CONTENT is the GridServer log message, without the initial timestamp. |