14 Oct
2004
14 Oct
'04
5:30 p.m.
On Thu, 2004-10-14 at 17:28, Thomas Richter wrote:
Hi Balazs Scheidler <bazsi@balabit.hu>, you wrote on Wednesday, 2004-10-13 18:02:22 +0200:
not completely. I'd need a single, but complete log line, in a way that I can reconstruct it byte-by-byte.
You can grab this for example by running strace with a large string limit value (-s) attaching to either syslog-ng or isdnlog and looking for a recv/recvmsg/read or send/sendmsg/write line which contain the complete log line.
Is this better? (I never used strace)
send(3, "<30>Oct 14 17:25:34 isdnlog: \nOct 14 17:25:34 tei 69 calling ? () with T-Easy 520 HANGUP\r", 90, 0) = 90
I'm afraid isdnlog is broken here, and it should be fixed instead of syslog-ng. -- Bazsi