Help me in logging not being logged to full.log

Hi there
from the asterisk terminal i cal see ::
nscc*CLI>
– Span 1: Channel 0/1 got hangup request, cause 16

-- Hungup 'IAX2/callcenter-9185'

== Spawn extension (ext-trunk, tdial, 9) exited non-zero on ‘DAHDI/i1/2484564-11be’
– Hungup ‘DAHDI/i1/2484564-11be’
– Span 1: Channel 0/2 got hangup request, cause 16
– Executing [h@macro-dialout-trunk:1] Macro(“SIP/102-00000d6d”, “hangupcall,”) in new stack
– Executing [s@macro-hangupcall:1] GotoIf(“SIP/102-00000d6d”, “1?endmixmoncheck”) in new stack
– Goto (macro-hangupcall,s,9)
– Executing [s@macro-hangupcall:9] NoOp(“SIP/102-00000d6d”, “End of MIXMON check”) in new stack
– Executing [s@macro-hangupcall:10] GotoIf(“SIP/102-00000d6d”, “1?nomeetmemon”) in new stack
– Goto (macro-hangupcall,s,28)

if you look above you will see the hangup line --> – Span 1: Channel 0/1 got hangup request, cause 16

i can see that line from asterisk console

but i cant see that in asterisk log file (full)

why that line is not being logged there ?

here is my config files:

cat /etc/asterisk/logger_logfiles.conf

full => debug,error,notice,verbose,warning
console => debug,error,notice,verbose,warning

###############
again i can see all other log like verbose , warning , debug . but the long above like if one do a call … i cant see it

hope to help me

cheers