puppet-rsyslog icon indicating copy to clipboard operation
puppet-rsyslog copied to clipboard

Update rsyslog.conf.erb to reflect documentation

Open HristoMohamed opened this issue 8 years ago • 0 comments

I think this directive should be on top, here is a snippet from the documentation:

$MaxMessageSize <size_nbr>, default 8k - allows to specify maximum supported message size (both for sending and receiving). The default should be sufficient for almost all cases. Do not set this below 1k, as it would cause interoperability problems with other syslog implementations. Important: In order for this directive to work correctly, it must be placed right at the top of rsyslog.conf (before any input is defined).

HristoMohamed avatar Sep 27 '17 09:09 HristoMohamed