소스 검색

kamailio.cfg: overwrite log level name for cfgtrace

- avoid mixing its messages with typical logs printed from code
Daniel-Constantin Mierla 11 년 전
부모
커밋
c3f5733497
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      etc/kamailio.cfg

+ 1 - 0
etc/kamailio.cfg

@@ -445,6 +445,7 @@ modparam("xmlrpc", "url_match", "^/RPC")
 #!ifdef WITH_DEBUG
 # ----- debugger params -----
 modparam("debugger", "cfgtrace", 1)
+modparam("debugger", "log_level_name", "exec")
 #!endif
 
 ####### Routing Logic ########