From: Donald Sharp Date: Fri, 15 Jun 2018 17:48:11 +0000 (-0400) Subject: lib: Remove special case code to use syslog X-Git-Tag: frr-6.1-dev~262^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9685abb492c9456c3554dffea948ea2672ada7da;p=matthieu%2Ffrr.git lib: Remove special case code to use syslog Remove the special case code to use syslog for Cumulus. They can specify this via startup now instead of having a special compile flag for this option. Signed-off-by: Donald Sharp --- diff --git a/lib/libfrr.c b/lib/libfrr.c index 9292688327..ddc952b2cb 100644 --- a/lib/libfrr.c +++ b/lib/libfrr.c @@ -552,9 +552,6 @@ struct thread_master *frr_init(void) if (di->early_logging) command_setup_early_logging(di->early_logging); -#if defined(HAVE_CUMULUS) - zlog_set_level(ZLOG_DEST_SYSLOG, zlog_default->default_lvl); -#endif if (!frr_zclient_addr(&zclient_addr, &zclient_addr_len, frr_zclientpath)) {