On Thu, Jan 05, 2006 at 12:17:26PM -0700, Jason Balan wrote:
> Question I have the following in my syslog file and created the popa3d.log
> file restarted syslog then rebooted
>
> !popa3d
> *.* /var/log/popa3d.log
>
> I still am getting popa3d messages on the console......any suggestions
Yes, see syslog.conf(5), and note that syslogd will just log to all
targets you give it except when told otherwise.
A quick glance seems to suggest that you need to use !!popa3d; this is
documented further in the DESCRIPTION and EXAMPLES sections of
syslog.conf(5).
Joachim