
-----------------------------------------------------------------------
Attention - configuration hints
-----------------------------------------------------------------------

Please configure syslog, that syslog logs the messages from 
scanlogd in a separate file!

Example for syslog-ng:
----------------------
filter f_scanlog       { program(scanlogd); };
destination scanlog { file("/var/log/scanlogd.log" owner(root) group(root)); };
log { source(src); filter(f_scanlog); destination(scanlog); };

Please appand this lines only on the end from /etc/syslog-ng/syslog-ng.conf and
restart syslog.

A configuration file for logrotate is included in this package, nothing to do ;-)
