Page 2 of 2

Re: Limiting logging to /var/log/mesages

Posted: Thu Jan 24, 2019 12:39 pm
by BackNBlack
Finally! Thanks for all the help, here is the fix:

Code: Select all

[root@myhost rsyslog.d]# cat /etc/rsyslog.d/nfcapd.conf 
:programname,isequal,"nfcapd" stop
& ~

[root@myhost rsyslog.d]# service rsyslog restart

Re: Limiting logging to /var/log/mesages

Posted: Thu Jan 24, 2019 12:43 pm
by scottwilkerson
glad it is resolved.

Locking thread