Hi,
Now that MI is gone, how do i change the debug log level at run-time?
I can't find an appropriate function in http://www.kamailio.org/docs/docbooks/ devel/rpc_list/rpc_list.html
Hello,
On 30.10.17 18:14, Alex Hermann wrote:
Hi,
Now that MI is gone, how do i change the debug log level at run-time?
I can't find an appropriate function in http://www.kamailio.org/docs/docbooks/ devel/rpc_list/rpc_list.html
via rpc command cfg.seti exported by cfg_rpc module:
kamctl rpc cfg.seti core debug VALUE
Being a common use, maybe we should add a dedicated rpc command it to keep it in pair with those migrating from MI.
Cheers, Daniel
On maandag 30 oktober 2017 18:23:09 CET Daniel-Constantin Mierla wrote:
On 30.10.17 18:14, Alex Hermann wrote:
Now that MI is gone, how do i change the debug log level at run-time?
via rpc command cfg.seti exported by cfg_rpc module:
kamctl rpc cfg.seti core debug VALUE
Thanks.
Being a common use, maybe we should add a dedicated rpc command it to keep it in pair with those migrating from MI.
Or a migration guide.