-
Notifications
You must be signed in to change notification settings - Fork 8
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
Log noise to do with websockets #36
Comments
Quick search of the laconicd source code shows that these messages are not coming from our code. Probably originate in a dependency. Checking... |
Code where the messages are generated: https://github.com/tendermint/tendermint/blob/main/rpc/jsonrpc/server/ws_handler.go#L327 (Can't find the code for "not stopping client; it is already stopped" yet) |
See also: evmos/ethermint#1253 |
Resolved by rebasing to older CosmosSDK |
Reports are the message persists in the latest release, re-opening. |
Sample log output:
|
We see constant log output like this, under normal operating conditions:
This output is not useful and clutters the log making it hard to determine if the service is operating correctly.
Task is to stop this log output from appearing, one way or another.
The text was updated successfully, but these errors were encountered: