Hi,
I am running into the following error when running the syslog-ng with the syslog-ng.conf from debian packaging:
Error parsing affile, syntax error, unexpected ')', expecting LL_IDENTIFIER or LL_STRING in /usr/local/etc/syslog-ng.conf:68:34-68:35:
63 #
64 destination d_console { usertty("root"); };
65
66 # Virtual console.
67 #
68----> destination d_console_all { file(`tty10`); };
68----> ^
Do you have any idea about this?
Thanks in advance,
Alex