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
While we picked apex/log because it had nicer formatting than logrus, it seems that apex/log is no longer maintained and we should probably move to something else (if for no other reason than apex/log still uses github.com/pkg/errors wrapping which we stopped using in #556).
The text was updated successfully, but these errors were encountered:
I saw that but wasn't sure if https://github.com/uber-go/zap is better maintained or not (though according to zap themselves, zerolog is faster).
It would be nice to pick something that is going to be maintained for as long as possible so we don't have to do more migrations in the future (logrus wins out on this metric imho).
Also, let me take a look at how the log formatting looks before starting to work on a port 😅
While we picked
apex/log
because it had nicer formatting thanlogrus
, it seems thatapex/log
is no longer maintained and we should probably move to something else (if for no other reason thanapex/log
still usesgithub.com/pkg/errors
wrapping which we stopped using in #556).The text was updated successfully, but these errors were encountered: