Propagate blacklist hit message globally. For snomask 'B',

but also for remote logging and JSON-RPC logging purposes.
[skip ci]
This commit is contained in:
Bram Matthys 2023-05-05 16:24:12 +02:00
parent 4ec2815d0c
commit 2a70a35f13
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -236,6 +236,8 @@ log {
tls.TLS_CERT_EXPIRING;
/* SAMODE: needed for snomask 'o' */
samode.SAMODE_COMMAND;
/* Blacklist hits */
blacklist;
/* Never any debug messages */
!debug;
}