Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
syslog-ng concatanates several messages
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
gonenz
n00b
n00b


Joined: 24 Apr 2014
Posts: 1

PostPosted: Thu Apr 24, 2014 1:31 pm    Post subject: syslog-ng concatanates several messages Reply with quote

Hello,

Sometimes syslog-ng combines 2 messages into one line, the second one always preceeded with <PRI>, for example:

Jan 26 13:13:39 am335x-evm _LTR_[2012]: 52E50A0392CD154C494E4B5F504552494 <141>Jan 26 13:13:39 _LTR_[2012]: 52E50A0392CD154

First message ends with '2494', using 'vi' it seems that second message starts with '^@' and then the PRI part <141> and then the second message concatanated.

Thanks,
Gonen
Back to top
View user's profile Send private message
Atom2
Apprentice
Apprentice


Joined: 01 Aug 2011
Posts: 185

PostPosted: Thu May 01, 2014 8:38 pm    Post subject: Reply with quote

You could try and add/change the following setting in syslog-ng's configuration file /etc/syslog-ng/syslog-ng.conf:
Code:
options {
        threaded(no);
};

I assume that the setting in your configuration file is currently set to "yes", in which case you just need to change it; if it's not there but the "options" section as such exists, just add it to the section. In case that does not help, then I don't know what's the possible cause of the behaviour you are seeing.

Atom2
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum