-
Notifications
You must be signed in to change notification settings - Fork 897
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
Don't log pandas on every startup #3954
Comments
Here's an example of the logs leading up to this issue, taken from a post-merge ropsten node that was restarted...
|
Closing as fixed! |
Reopening this one. It's still printing on every restart with 22.7.0-RC3 and the referenced PR doesn't seem to be addressing it (and should have been in RC3). |
those pandas are persistent. |
I still see those tenacious pandas on 22.7.1 on goerli (seen on Sepolia and Ropsten too)...
|
Description
When a besu node restarts after the merge is complete it logs the giant panda banner again. Pandas should only ever be logged once when PoS transition first occurs.
The text was updated successfully, but these errors were encountered: