log_json: append the server-notice/log stream to a file as JSONL (log_json = <path>)

This commit is contained in:
Jean Chevronnet 2026-08-11 18:44:48 +00:00
parent 6ffd6a57bc
commit 72ca89af26
5 changed files with 65 additions and 11 deletions

View file

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