summaryrefslogtreecommitdiff
path: root/lib/libfrr.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-15 13:48:11 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-06-19 08:43:59 -0400
commit9685abb492c9456c3554dffea948ea2672ada7da (patch)
tree5b2cafcb9c9827936216b4dd51e88b70a9964beb /lib/libfrr.c
parented74ddf4033a49774391a3513eac41e0afd107b7 (diff)
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>
Diffstat (limited to 'lib/libfrr.c')
-rw-r--r--lib/libfrr.c3
1 files changed, 0 insertions, 3 deletions
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)) {