RFC3164
Attribute | Value |
---|---|
Default Value | false |
Type | BOOLEAN |
Nillable | true |
Expressions Allowed | true |
Storage | configuration |
Access Type | read-write |
Restart Required | no-services |
Request Parameter | Type | Required | Expressions Allowed | Default value | Description |
---|---|---|---|---|---|
formatter | STRING | true | false | The formatter used to format the log messages. | |
max-length | INT | false | true | The maximum length in bytes a log message, including the header, is allowed to be. If undefined, it will default to 1024 bytes if the syslog-format is RFC3164, or 2048 bytes if the syslog-format is RFC5424. | |
truncate | BOOLEAN | false | true | false | Whether or not a message, including the header, should truncate the message if the length in bytes is greater than the maximum length. If set to false messages will be split and sent with the same header values. |
max-failure-count | INT | false | true | 10 | The maximum number of logging failures before disabling this handler. |
syslog-format | STRING | false | true | RFC5424 | Whether to set the syslog format to the one specified in RFC-5424 or RFC-3164. |