The firewall log syslog header command sets the log header format of session logs in syslog format.
firewall log syslog header { default [ timestamp { utc | local | none } ] | host-name | none }
| Parameter | Description | Value |
|---|---|---|
| default | Indicates the default syslog header format. |
- |
| timestamp | Indicates the timestamp of log headers. |
- |
| utc | Indicates that the timestamp is the Coordinated Universal Time (UTC). |
- |
| local | Indicates that the timestamp is the local time (affected by the setting of the time zone and daylight saving time). |
- |
| none | Indicates that syslog headers contain no timestamp information. |
- |
| host-name | Indicates that syslog headers contain only the device name. |
- |
| none | Indicates that the syslogs do not contain a header. |
- |