Hello Ze, Stuart, Thank you for your answers.Yes I did read the man page before sending my message but I understood "that further blocks would be evaluated cancelling !!prog" and therefore isakmpd and unbound would be logged in messages. At the end I didn't give a chance to this !*. Probably I'm a bit confused by my reading in english. Have a nice week
Le dimanche 12 novembre 2023 à 11:56:30 UTC+1, Stuart Henderson <stu.li...@spacehopper.org> a écrit : On 2023-11-12, Rosen Iliev <ro...@ilievi.net> wrote: > Hello, > > man syslog.conf is your friend. > > /!!prog/ causes the subsequent block to abort evaluation when a message > matches, ensuring that only a single set of actions is taken. /!*/ ><https://man.openbsd.org/syslog.conf.5#!*> can be used to ensure that > any ensuing blocks are further evaluated (i.e. cancelling the effect of > a /!prog/ or /!!prog/). Yes, this, and obviously consider the order in which the syslog.conf entries are added, i.e. put your !! entries above the main set.