Journald can store arbitrary KEY=>values[] properties for each log event. The sd_journal_send_xavp()
function is a binding on journald's sd_journal_sendv()
function, that allows pushing structured events in journald, using the fields from a xavp.
(use journald --output json-pretty
to see all the fields for the events in the journal)
https://github.com/kamailio/kamailio/pull/565
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub