Silencing output when scripts execute

Alan Buxey A.L.M.Buxey at lboro.ac.uk
Wed Nov 2 21:52:19 UTC 2016


hi,

>Is there a way to silence those lines?  They seem rather debuggish,
>and on my production system my syslog files are being flooded with 16
>lines of "execute_statement" messages for every single lease assigned.

what syslog system are you using? with eg rsyslog you can do a very simple
regex pattern match to ignore those entries and not log them (or log them
to another server or log them to another file....)... /^execute_statement argv/

alan


More information about the dhcp-users mailing list