Hi All,

I’m trying to redirect my cyrus messages from /var/log/messages to
/var/log/cyrus on OpenSuSE 10.2. I’ve changed my syslog-ng.log file as
follows:

### Start of code snippet ###

filter f_cyrus      { facility(local6); };

#
# Log cyrus messages to a separate file.
#

destination cyrusmessages { file("/var/log/cyrus"); };
log { source(src); filter(f_cyrus); destination(cyrusmessages); };

### End of code snippet ###

After restarting syslog-ng with rcsyslog restart, no messages show up in the
file /var/log/cyrus.

Anyone have any clues on what I’m doing wrong?????

Best regards,

Geert-Jan

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to