Browse Source

memlog must be lower than debug

for kamcmd corex.shm_summary to work, we still don't log on exit
4.3
lazedo 7 years ago
committed by Luis Azedo
parent
commit
ea7712425c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kamailio/default.cfg

+ 1
- 1
kamailio/default.cfg View File

@ -28,7 +28,7 @@ mem_join=1
####### Logging Parameters ######### ####### Logging Parameters #########
debug = KAZOO_LOG_LEVEL debug = KAZOO_LOG_LEVEL
memdbg = 10 memdbg = 10
memlog = L_INFO
memlog = L_BUG
corelog = L_ERR corelog = L_ERR
mem_summary = 0 mem_summary = 0
log_stderror = no log_stderror = no


Loading…
Cancel
Save