logrus is under maintenance mode which means it is lack of some necessary feature (e.g. stack trace).
Moreover, it would be better to using error object serves as the error description instead of creating error sturct served for different purposes.
The logger library, zap is a library developed by uber can meet the needs I mentioned above. It would be great to introduce it in this project.
logrus is under maintenance mode which means it is lack of some necessary feature (e.g. stack trace).
Moreover, it would be better to using
errorobject serves as the error description instead of creating error sturct served for different purposes.The logger library, zap is a library developed by uber can meet the needs I mentioned above. It would be great to introduce it in this project.