[syslog-ng]Question about syslog-ng conf file syntax...
Ryan Dooley
dooleyr@missouri.edu
29 Jan 2003 17:31:07 -0600
You know... it always comes back to the basics. I missed a ";" above in
the config file.
Thanks for the pointers,
Cheers,
Ryan
> Hey,
>
> That was a guess of mine as well. I change thge line to look like:
>
> destination d_somefile { file("/path/to/file"); };
>
> with no luck there either.
>
> The host machine is a Linux machine and with strace or gdb (with -g), I
> can't see anything wrong (as the config file gets parsed) off hand....