hi,
i didn't fully understand the differences between the debug level set at the Global Parameters section and the debugger module. i would like to start kamailio with debug level 0, and to be able to raise or lower the level in command line. the log is set to be writen to /var/log/kamailio, and i can trace it using "tail".
so, anyideas how to use the debug options with the option to change level at runtime?
BR, Uri
On Tue, Feb 7, 2012 at 6:47 PM, Uri Shacked ushacked@gmail.com wrote:
hi,
i didn't fully understand the differences between the debug level set at the Global Parameters section and the debugger module. i would like to start kamailio with debug level 0, and to be able to raise or lower the level in command line. the log is set to be writen to /var/log/kamailio, and i can trace it using "tail".
so, anyideas how to use the debug options with the option to change level at runtime?
To set the debug level to 6 for example, you could do this: kamctl fifo debug 6 And then, to go back to 0: kamctl fifo debug 0
regards, Takeshi