eoscostarica / eos-rate

EOS Block Producer Ratings and Voting Portal :star2:
https://eosrate.io
MIT License
27 stars 26 forks source link

Log management tools for debugging #93

Open xavier506 opened 5 years ago

xavier506 commented 5 years ago

It may be useful to consider a simple log management solution with a GUI accesible to developers to help identify and squash bugs.

Basically a centralized location for logs with the ability to easily search and configure notifications when critical errors are logged.

This isn't high priority but may help identify bugs we otherwise would be unaware of. What do you guys think?

gaboesquivel commented 5 years ago

logstash in an option https://github.com/elastic/logstash-docker/

xavier506 commented 5 years ago

logstash in an option https://github.com/elastic/logstash-docker/

I am thinking more along the lines of sentry https://sentry.io/welcome/ although this particular service may be overkill for what we need.

Christian31 commented 4 years ago

What do you think about graylog? https://www.graylog.org/products/open-source The open source version looks fine and have good features about log management. If you see it as a good option, we can think about doing proof of concept to see how it behaves.