[syslog-ng]Parse error on line 1 (no change after update)

wes wes@armstrong.edu
Fri, 06 Dec 2002 14:42:46 -0500


Well it must be something on my system that is odd.  See new attempt 
after install of 1.5.23 below.

Any ideas?  Is there any debug info I can use to track down the parse error?



Wes


[root@EARTH syslog-ng]# cat syslog-ng.conf
#options { sync(0); };

source src {
         udp();
         internal(); };

destination misc{file("/var/log/misc");};
log{source(src); destination (misc);};
[root@EARTH syslog-ng]# /usr/local/sbin/syslog-ng -v -d -f 
/etc/syslog-ng/syslog
-ng.conf
parse error at 2
Parse error reading configuration file, exiting. (line 2)