24 Feb
2011
24 Feb
'11
12:41 p.m.
Balazs Scheidler schreef:
hmm.. this is not the patternize code that has a problem, but rather the RFC3164 message parsing code, which assumes that ':' is terminating the hostname and marks the beginning of the log message. And this is quite impossible to get out as it'd break a lot of applications out there.
Can't you change that to ': '? Because that would solve the problem. V.