Alex Howansky writes:
> According to the docs/faq, I should be able to do this:
>
> destination d_gb { file("/log/gb/$YEAR$MONTH$DAY" owner(log) group(log)); };
>
> But when starting, I get:
>
> Starting syslog-ng: parse error at 51
> Parse error reading configuration file, exiting. (line 51)
>
> What am I missing?
Maybe you're missing a semicolon on the line before?