#3029 ## Description

While the kex module exports a way to temporarily change the debug level, it cannot retrieve the current level.

Expected behavior

I can write Python code like this:

    if KSR.kex.getdebug() > 2:
        ... # generate detailed and somewhat-time-consuming debug output
        ... # which would just get dropped on the floor otherwise

Actual observed behavior

If there is a way to get Kamailio's current and/or configured debug level, I didn't find it.


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <kamailio/kamailio/issues/3030@github.com>