I have the following defined in my config:
log {
source(s_main);
filter(DEFAULT);
destination(d_default);
};
But syslog-ng gives the following error:
Starting syslog-ng: unresolved reference: DEFAULT
Error initializing configuration, exiting.
Anyone know why this might be and what I can do to fix it?
TIA
Andrew