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 <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2018-06-15 13:48:11 -04:00
parent ed74ddf403
commit 9685abb492

View File

@ -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)) {