]> git.puffer.fish Git - matthieu/frr.git/commit
all: add default log file if none are defined
authorDon Slice <dslice@cumulusnetworks.com>
Mon, 11 Jul 2016 19:57:24 +0000 (12:57 -0700)
committerDon Slice <dslice@cumulusnetworks.com>
Mon, 11 Jul 2016 19:57:24 +0000 (12:57 -0700)
commit2caa9b39575933ec86f5ff54ceb83b3c4460518a
treea1348592a0d4b41464c41b42f6b9a6201b84b720
parent74fb6c66da735bf6293ebf85b484beda0ba3c552
all: add default log file if none are defined

Added a default log file named /var/log/quagga/Quagga.log to every daemon
to capture log entries if no log file is defined.  This also allows the
capture of logged information prior to reading each daemon's config file.
If a log file is defined manually, it will override this default file name.

Ticket: CM-10987
Signed-off-by: Don Slice
Reviewed By: Donald Sharp
Testing Done: Manual testing
bgpd/bgp_main.c
isisd/isis_main.c
lib/log.h
ospf6d/ospf6_main.c
ospfd/ospf_main.c
pimd/pim_main.c
ripd/rip_main.c
ripngd/ripng_main.c
watchquagga/watchquagga.c
zebra/main.c