From fad48331b1d90b1691e53a90cae6f04371ad3e94 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 25 Jul 2013 10:05:04 +0200 Subject: [PATCH] bin/config_debug.pl: activate debug on lb too. --- bin/config_debug.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index ba48291a..3a9dd5f0 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -72,7 +72,7 @@ if (lc($action) eq "off") } else { - $yaml->[0]->{kamailio}{lb}{debug} = 'no'; + $yaml->[0]->{kamailio}{lb}{debug} = 'yes'; $yaml->[0]->{kamailio}{proxy}{debug} = 'yes'; $yaml->[0]->{checktools}{sip_check_enable} = 0;