]> git.puffer.fish Git - matthieu/frr.git/commitdiff
lib: Remove special case code to use syslog
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 15 Jun 2018 17:48:11 +0000 (13:48 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Jun 2018 12:43:59 +0000 (08:43 -0400)
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>
lib/libfrr.c

index 929268832773b36b1ce870853e03803266596f06..ddc952b2cbed6ce2bebf9cc288dc7a18ecb23610 100644 (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)) {