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

@ -41,6 +41,7 @@ pub mod ident;
pub mod irccloudtags;
pub mod jsonlog;
pub mod jwt;
pub mod log_json;
pub mod maphide;
pub mod markread;
pub mod metadata;