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
I'm proposing that we switch to ZeroLog as the default logger, so we would want to add a zerologx package that provides config and everything around logging.
x packages should use an interface for logging instead of a specific logger implementation so that you can bring your own logger as long as it matches the interface. The interface can look like zerolog's logger since that is our default and it will make life a little easier.
Switch x packages to use new logging interface
The text was updated successfully, but these errors were encountered:
Proposal
I'm proposing that we switch to ZeroLog as the default logger, so we would want to add a
zerologx
package that provides config and everything around logging.Things to do
x
packages should use an interface for logging instead of a specific logger implementation so that you can bring your own logger as long as it matches the interface. The interface can look like zerolog's logger since that is our default and it will make life a little easier.x
packages to use new logging interfaceThe text was updated successfully, but these errors were encountered: