doc/
subfolder, the README file is autogenerated)See the feature request in #2797
I've provided similar implementation in reSIProcate binaries, Kurento and GStreamer pull requests so they can all share the identical CEE schema.
Tested like this:
make
src/kamailio -f ./misc/examples/ims/pcscf/kamailio.cfg --log-engine=json:U -D -dddd -E
I copied one of the JSON log lines to a file and parsed it like this to check it is valid JSON:
python -m json.tool /tmp/kamailio.json
{
"appname": "kamailio",
"file!line": 97,
"file!name": "core/mem/pkg.c",
"hostname": "ws.example.org",
"msg": "destroying memory manager: q_malloc\n",
"native!function": "pkg_destroy_manager",
"pname": "kamailio",
"pri": "DEBUG",
"proc!id": "16264",
"proc!tid": 140525261209856,
"subsys": "core",
"time": "2021-08-16T19:04:43.641230480Z"
}
https://github.com/kamailio/kamailio/pull/2826
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.