From 9171c014c0a38f17bc4a614d0cbc3fb440cf1b75 Mon Sep 17 00:00:00 2001 From: lazedo Date: Wed, 15 Feb 2017 15:43:18 +0000 Subject: [PATCH] add KAZOO_LOG_LEVEL to defs --- kamailio/defs.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kamailio/defs.cfg b/kamailio/defs.cfg index 1aaa2c0..73ae9ea 100644 --- a/kamailio/defs.cfg +++ b/kamailio/defs.cfg @@ -3,6 +3,10 @@ ####### defs ######## +#!ifndef KAZOO_LOG_LEVEL +#!define KAZOO_LOG_LEVEL L_INFO +#!endif + #!ifndef KAZOO_DATA_DIR #!substdef "!KAZOO_DATA_DIR!/etc/kazoo/kamailio/dbtext!g" #!endif