How to set dialplan verbosity

Hi,
I know that i need in CLI set verbosity to minimum level 3 to see all executes of dialplan but instead to show what Asterisk executes i have nothing. Any sugestions why ?

Check your logger.conf.

;debug => debug
;security => security
console => notice,warning
;console => notice,warning,error,debug
messages => notice,warning,error,verbose,debug
;full => notice,warning,error,debug,verbose,dtmf,fax

If you make any changes, you’ll need to reload the logger module for them to take effect.

It solved by self. I think someone had run Asterisk in strange case. After that when it Crashed I run it with /usr/sbin/asterisk and it is work now