log_json: append the server-notice/log stream to a file as JSONL (log_json = <path>)
This commit is contained in:
parent
6ffd6a57bc
commit
72ca89af26
5 changed files with 65 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue