]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_interface.c
ospf6d: move error logs out from behind debug flags
authorlynne <lynne@voltanet.io>
Fri, 11 Jun 2021 13:53:23 +0000 (09:53 -0400)
committerlynne <lynne@voltanet.io>
Mon, 14 Jun 2021 19:46:49 +0000 (15:46 -0400)
commit1b1f7b4f1540a276e4ec6fda3e08c78a9ca5982c
tree9449a60b65d89e5cebe50fbb1c2e771e2fd2e780
parent352cc841d897eb343f12d7f85c7f346ab3c29beb
ospf6d: move error logs out from behind debug flags

The logging in ospf6 is very verbose.  If you turn on logging on a scaled
system you get too many logs.   The problem is that there are some errors
that occur that are hidden behind the debug flags, and to see these errors
we currently need to turn on the debug logging.  This change converts these
error logs to warnings and removes the debug flags.

Signed-off-by: Lynne Morrison <lynne@voltanet.io>
ospf6d/ospf6_flood.c
ospf6d/ospf6_interface.c
ospf6d/ospf6_intra.c
ospf6d/ospf6_message.c
ospf6d/ospf6_spf.c