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

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -