diff --git a/src/switch_log.c b/src/switch_log.c index c8bdad3917..35314b0c3a 100644 --- a/src/switch_log.c +++ b/src/switch_log.c @@ -362,7 +362,7 @@ SWITCH_DECLARE(void) switch_log_vprintf(switch_text_channel_t channel, const cha return; } - level = 7; + level = 1; } if (level > limit_level) {