[syslog-ng]please help find the "parse error" in this small syslog-ng.conf...
Nate Campi
syslog-ng@lists.balabit.hu
Tue, 20 Jul 2004 23:09:38 -0700
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.