From 2fd3238c68f611642ced72941253e1ae04e6a544 Mon Sep 17 00:00:00 2001 From: derek2600hz Date: Fri, 14 Oct 2016 15:06:41 -0400 Subject: [PATCH] Removing flag from start in kazoo-kamailio that was causing logging to stderr only (#106) --- system/sbin/kazoo-kamailio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/sbin/kazoo-kamailio b/system/sbin/kazoo-kamailio index be1b60e..58ef972 100755 --- a/system/sbin/kazoo-kamailio +++ b/system/sbin/kazoo-kamailio @@ -121,7 +121,7 @@ case "$1" in ;; start) shift - start -DD -E $@ + start -DD $@ ;; stop) stop