You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Logrus is in maintenance-mode. We will not be introducing new features. It's simply too hard to do in a way that won't break many people's projects, which is the last thing you want from your Logging library (again...).
This does not mean Logrus is dead. Logrus will continue to be maintained for security, (backwards compatible) bug fixes, and performance (where we are limited by the interface)."
This means it is still fine to use logrus, but we might think about replacing it in the long run. Random suggestions I got from a colleague: zap or zerolog
The text was updated successfully, but these errors were encountered:
From https://github.com/sirupsen/logrus:
"Logrus is in maintenance-mode. We will not be introducing new features. It's simply too hard to do in a way that won't break many people's projects, which is the last thing you want from your Logging library (again...).
This does not mean Logrus is dead. Logrus will continue to be maintained for security, (backwards compatible) bug fixes, and performance (where we are limited by the interface)."
This means it is still fine to use logrus, but we might think about replacing it in the long run. Random suggestions I got from a colleague: zap or zerolog
The text was updated successfully, but these errors were encountered: