Unable to use Verbosity Log Levels

Whenever I attempt to turn on verbose logging, either in the console or to external files, any level of verbosity seems to turn on full debugging.

For example…

;debug => debug
security => security
;console => error,warning
;sip_debug => debug, verbose
;messages =>warning,error,debug,verbose
;zzfile1 => warning, error, notice, verbose(1)
;full => notice,warning,error,debug,verbose,dtmf

If I uncomment the ‘zzfile1’ line, it will output a massive amount of technical SIP information.
Is there something I’m missing?

sip set debug on actually uses verbose for a lot of its output. It is not on by default.

sip set debug on actually uses verbose for a lot of its output. It is not on by default.

Maybe I’m confused, but that shouldn’t affect the logging, should it (also, I have sip set debug off)?

sip set debug on is ONLY about logging!

Turning ‘sip set debug on’ does not affect my output in any way.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.