[sr-dev] git:master: kamailio.cfg: overwrite log level name for cfgtrace

Daniel-Constantin Mierla miconda at gmail.com
Thu Oct 16 00:09:44 CEST 2014


Module: sip-router
Branch: master
Commit: c3f57334976cd1b9741ea9336554c9ecfc3e014e
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c3f57334976cd1b9741ea9336554c9ecfc3e014e

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Thu Oct 16 00:08:27 2014 +0200

kamailio.cfg: overwrite log level name for cfgtrace

- avoid mixing its messages with typical logs printed from code

---

 etc/kamailio.cfg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/etc/kamailio.cfg b/etc/kamailio.cfg
index 56b4ea5..0644e6a 100644
--- a/etc/kamailio.cfg
+++ b/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 ########




More information about the sr-dev mailing list