Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Juha Heinanen
Bogdan-Andrei Iancu writes: > my bad - I have to admit sometime I "forget" about the documentation > after writing the code - I will take care of this and see if the > docs needs to be updated. bogdan, i added Core MI Functions section into core cookbook and but "debug" there. -- juha

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Bogdan-Andrei Iancu
Hi Anatoly, my bad - I have to admit sometime I "forget" about the documentation after writing the code - I will take care of this and see if the docs needs to be updated. Regards, Bogdan Anatoly Pidruchny wrote: > Juha, > > you can also change the debug level temporarily per process for a

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Edson
ect: Re: [OpenSER-Devel] changing debug level on the fly > >Juha, > >you can also change the debug level temporarily per process for a script >section using the script function setdebug. Below is some information >from the ChangeLog for 1.3.x release. This function is still not >

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Anatoly Pidruchny
Juha, you can also change the debug level temporarily per process for a script section using the script function setdebug. Below is some information from the ChangeLog for 1.3.x release. This function is still not documented in the core cookbook. 2007-07-19 08:23 Bogdan-Andrei Iancu, *

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Henning Westerholt
On Thu, May 29, 2008 12:53 pm, Juha Heinanen wrote: > > This is already possible using the MI debug function. > > > node04:~# openserctl fifo debug 7 > > DEBUG:: 7 > > node04:~# openserctl fifo debug 3 > > DEBUG:: 3 > > node04:~# > > thanks dan. any idea where this fifo command is documented

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Juha Heinanen
Dan Pascu writes: > I don't know if it's documented or where, but is implemented in MI core > mi/mi_core.c ok, i'll add a note about it to core cookbook. -- juha ___ Devel mailing list Devel@lists.openser.org http://lists.openser.org/cgi-bin/mailma

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Dan Pascu
On Thursday 29 May 2008, Juha Heinanen wrote: > Dan Pascu writes: > > This is already possible using the MI debug function. > > > > node04:~# openserctl fifo debug 7 > > DEBUG:: 7 > > node04:~# openserctl fifo debug 3 > > DEBUG:: 3 > > node04:~# > > thanks dan. any idea where this fifo comm

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Juha Heinanen
Dan Pascu writes: > This is already possible using the MI debug function. > node04:~# openserctl fifo debug 7 > DEBUG:: 7 > node04:~# openserctl fifo debug 3 > DEBUG:: 3 > node04:~# thanks dan. any idea where this fifo command is documented or by which module it is implemented? -- juha

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Dan Pascu
On Thursday 29 May 2008, Juha Heinanen wrote: > Edson writes: > > It would be even better if this control could be done not only > > through MI commands, but also through script commands/variable. It > > would permit increase and decrease debug level based on script logic > > given a more granu

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-29 Thread Dan Pascu
On Thursday 29 May 2008, Juha Heinanen wrote: > while doing performance tests, i tried to look for a way to change > debug level on the fly using a mi function, but didn't find any. did i > somehow managed to miss such a mi function? description on debug > keyword in core cookbook does not mentio

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-28 Thread Juha Heinanen
Edson writes: > It would be even better if this control could be done not only through MI > commands, but also through script commands/variable. It would permit > increase and decrease debug level based on script logic given a more > granular control over debug info. that should be possible i

Re: [OpenSER-Devel] changing debug level on the fly

2008-05-28 Thread Edson
>-Original Message- >From: [EMAIL PROTECTED] [mailto:devel- >[EMAIL PROTECTED] On Behalf Of Juha Heinanen >Sent: quinta-feira, 29 de maio de 2008 01:35 >To: devel@lists.openser.org >Subject: [OpenSER-Devel] changing debug level on the fly > >while doing performance test

[OpenSER-Devel] changing debug level on the fly

2008-05-28 Thread Juha Heinanen
while doing performance tests, i tried to look for a way to change debug level on the fly using a mi function, but didn't find any. did i somehow managed to miss such a mi function? description on debug keyword in core cookbook does not mention about a way to change debug level. i know that i co