diff options
author | Tim Bray <tim@kooky.org> | 2020-01-16 17:06:54 +0100 |
---|---|---|
committer | Tim Bray <tim@kooky.org> | 2020-01-16 17:06:54 +0100 |
commit | 8202e9a0a1054f999b30b8976f3868cfbad12632 (patch) | |
tree | 162f2401d67badecf09f8eed863d67c686377917 /doc/user | |
parent | zebra: Fix label manager memory leak (#5680) (diff) | |
download | frr-8202e9a0a1054f999b30b8976f3868cfbad12632.tar.xz frr-8202e9a0a1054f999b30b8976f3868cfbad12632.zip |
doc: Note about BFD debug logging
Because there is nothing in config debug for BFD.
Signed-off-by: Tim Bray <tim@kooky.org>
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/bfd.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/user/bfd.rst b/doc/user/bfd.rst index b3fc7f15a..e6a3c4977 100644 --- a/doc/user/bfd.rst +++ b/doc/user/bfd.rst @@ -476,3 +476,13 @@ You can also clear packet counters per session with the following commands, only Session down events: 0 Zebra notifications: 4 +Logging / debugging +=================== + +There are no fine grained debug controls for bfdd. Just enable debug logs. + +:: + + config + log file /var/log/frr/frr.log debugging + log syslog debugging |