Browse Source

set log level to notice in core

update-rsyslog-config
lazedo 7 years ago
parent
commit
b06adadcbf
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kamailio/default.cfg

+ 1
- 0
kamailio/default.cfg View File

@ -303,6 +303,7 @@ modparam("permissions", "db_mode", 1)
loadmodule "debugger.so" loadmodule "debugger.so"
modparam("debugger", "mod_hash_size", 5) modparam("debugger", "mod_hash_size", 5)
modparam("debugger", "mod_level_mode", 1) modparam("debugger", "mod_level_mode", 1)
modparam("debugger", "mod_level", "core=1")
####### Routing Logic ######## ####### Routing Logic ########
route route


Loading…
Cancel
Save