- Microservice Patterns and Best Practices
- Vinicius Feitosa Pacheco
- 60字
- 2021-06-30 19:02:54
Logs
When it comes to logs, they are virtually unanimous. You may refer to the logrus document (https://github.com/Sirupsen/logrus). It is a very mature and flexible logging library for Go, having hooks for different tools, ranging from the syslog to the InfluxDB for example.
The logrus has main features, that is, speed up on record logs and practicality of implementation.