21 Jul
2004
21 Jul
'04
7:09 a.m.
On Mon, Jul 19, 2004 at 04:20:34PM -0700, seberino@spawar.navy.mil wrote:
I've stared at this syslog-ng.conf for a long time and can't see what the problem is. Any help would be greatly appreciated.
You have this: tcp( ip("127.0.0.1") port(514) ); ...when mine looks like this: tcp("127.0.0.1" port(514)); The way you declared it is like how it's done in a source declaration, now that I look at it it's different for sources and destinations. Too bad it's not the same, it would be more intuitive. -- Nate "Fifty years of programming language research, and we end up with C++ ???" - Richard A. O'Keefe.