Reduce BGPDocumentedException noise 56/111256/2
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 4 Apr 2024 04:50:56 +0000 (06:50 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 4 Apr 2024 06:06:14 +0000 (08:06 +0200)
commit2c7cd23bbfdaff482f8c08c81fdbe076436a6b6b
tree575e96279b4efc458ffd6333ee589565fe0efff9
parent9b2f6b980acfb05c078caa06a4c706c7b9bc05b9
Reduce BGPDocumentedException noise

BGPDocumentedException logs itself from one specific constructor. This
leads to duplication, as we the exception may end up being recovered
from.

Change-Id: If9c557c2ab5053dd1c959a0e0db8123b775c4e9b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
bgp/parser-api/src/main/java/org/opendaylight/protocol/bgp/parser/BGPDocumentedException.java