Hello,
Is it possible to set a specific log level for the Kamailio script ?
I’ve seen that the « debugger » module allows to do that with modules or « core » :
https://kamailio.org/docs/modules/5.4.x/modules/debugger.html#dbg.p.mod_level
So I’ve tried to do :
modparam("debugger", "mod_level_mode", 1)
modparam("debugger", "mod_hash_size", 5)
modparam("debugger", "mod_level", "my_module=3") // this works
modparam("debugger", "mod_level", "core=3") // also works
modparam("debugger", "mod_level", "script=3") // nope…
But it doesn’t seem to work for « script »… :/
Regards,
Nicolas.