You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BGP UP/Connected message is not showing in the logs. [ExaBGP : 4.2.21]
Describe the bug
Upgraded from 3.14.9 version to 4.2.21. We are seeing BGP connected messages in the log file. Only Shutdown message appears in the log file. Found below insights while looking for the resolution. Not sure if this is the reason ie. DEBUG messages? Can we see this log messages in the upcoming versions?
** Bug Report **
BGP UP/Connected message is not showing in the logs. [ExaBGP : 4.2.21]
Describe the bug
Upgraded from 3.14.9 version to 4.2.21. We are seeing BGP connected messages in the log file. Only Shutdown message appears in the log file. Found below insights while looking for the resolution. Not sure if this is the reason ie. DEBUG messages? Can we see this log messages in the upcoming versions?
[ src/exabgp/reactor/protocol.py ]
before:
123 log.debug(reason, self.connection.session())
after:
123 log.info(reason, self.connection.session())
Any insights to resolve this would be really appreciated.
The text was updated successfully, but these errors were encountered: