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

Chose logger! #2

Open
Darkclainer opened this issue Mar 22, 2020 · 2 comments
Open

Chose logger! #2

Darkclainer opened this issue Mar 22, 2020 · 2 comments

Comments

@Darkclainer
Copy link
Contributor

Darkclainer commented Mar 22, 2020

This project is aimed to performance (because, a lot of games has to be running at the same time, so people won't pay for logging everything we want)
I know that logrus isn't the most fast logger in the go world. But zap is! I have used both, not much difference in user perspective. We can use it, or what you are more comfortable with.

@cyucelen
Copy link
Contributor

I worked with logrus before, has lot of hook support. We can try zap for this.

@akdilsiz
Copy link
Member

akdilsiz commented Mar 22, 2020

Zap is a good solution. There is also zerolog. I used both zap and zerolog. Of course zap is better.

Even the logging part can be made completely pluggable. Adding custom backend can be done. Like Logstash etc.

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

3 participants