Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BGP UP/Connected message is Blank. [ExaBGP : 4.2.21] #1243

Open
manish11576 opened this issue Nov 1, 2024 · 1 comment
Open

BGP UP/Connected message is Blank. [ExaBGP : 4.2.21] #1243

manish11576 opened this issue Nov 1, 2024 · 1 comment
Assignees
Labels

Comments

@manish11576
Copy link

** 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.

@thomas-mangin
Copy link
Member

The stdout logs format is not a stable API, please do not use code which parse it, it can change without warning.

The way to get it is by using the API feature. If you updated from 3 to 4 you also need to look at the wiki for the API change too.

The format on master (what will be 5.x) has changed too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants