syslog: tee the server-notice/log stream to syslog (native /dev/log unix datagram or udp host:port)

This commit is contained in:
Jean Chevronnet 2026-08-11 11:21:09 +00:00
parent 56d3774647
commit 5ea543188d
4 changed files with 115 additions and 0 deletions

View file

@ -757,6 +757,7 @@ impl Server {
self.deliver_server_notice(o, msg, &jval);
}
crate::modules::chanlog::tee(self, msg);
crate::modules::syslog::tee(self, msg);
}
/// Broadcast a `*** msg` server NOTICE to *every* registered local user — for