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

Too many "not pushing block" messages #45

Open
matthewdarwin opened this issue Jun 15, 2024 · 0 comments
Open

Too many "not pushing block" messages #45

matthewdarwin opened this issue Jun 15, 2024 · 0 comments

Comments

@matthewdarwin
Copy link

on a reader node you might get this message every block. For blockchains that have 4 blocks/second, this is a lot of spam generated to the log.

Limit log messages to once every 30 seconds or so.

2024-06-15T15:19:07.323Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
INFO [06-15|15:19:07.534] created block                            l2Block=54,957,887 l2BlockHash=14b928..1229b6
2024-06-15T15:19:07.569Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:07.569Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:07.812Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:07.812Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:08.069Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:08.069Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:08.322Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:08.322Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
INFO [06-15|15:19:08.535] created block                            l2Block=54,957,891 l2BlockHash=cde599..c17e66
2024-06-15T15:19:08.610Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:08.610Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:08.878Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:08.878Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:09.117Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:09.117Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:09.356Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:09.356Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
INFO [06-15|15:19:09.535] created block                            l2Block=54,957,895 l2BlockHash=68d31f..b29a7f
2024-06-15T15:19:09.620Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:09.620Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:09.843Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
2024-06-15T15:19:09.843Z INFO (reader-node.sub.relayer) not pushing block to a closed subscription
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant