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

Better gamma log filtering #1366

Open
vistra opened this issue Oct 15, 2019 · 0 comments
Open

Better gamma log filtering #1366

vistra opened this issue Oct 15, 2019 · 0 comments

Comments

@vistra
Copy link
Collaborator

vistra commented Oct 15, 2019

Gamma logs are very noisy - internal network maintenance and prism requests are polluting the log. Today there is a hard coded phrase based filter in the logger (https://github.com/orbs-network/orbs-network-go/blob/fee2cd60c5edb6d3fc4d64f599e3fb4824d4ce54/bootstrap/gamma/server.go - GetLogger()). I suggest to remove this logic from the logger and have gamma emit the full log. Instead the logs should be filtered out externally (e.g. using grep). We can provide a set of commands for convenient log filtering.

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