mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 10:37:29 +00:00
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:
parent
ed74ddf403
commit
9685abb492
@ -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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user