ubuntu 12.04 - Centralized rsyslog : max size of message -
i configured centralized syslog on ubuntu 12.04.
i set max message size on both servers
$maxmessagesize 20k i have 2 different comportment :
- client : message logged completly
- server : message truncated @ 2k
i can find configuration of other buffer size.
is limitation of rsyslog or configuration problem ?
thanks help.
fred
i found solution.
the parameter :
$maxmessagesize 20k must set before network declaration (at top of rsyslog.conf file) :
$modload imtcp $inputtcpserverrun 1514
Comments
Post a Comment