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
Looking at logrus it would be helpful if a Contextual's WithFields would again be Contextual. Otherwise chaining fields like e.g. module name and individual log entry fields becomes quite monotonous if in this example the module name cannot be initialized once instead of per log entry.
It would also be nice if WithFields accepted a single map-like interface instead of arrays to allow for
Looking at logrus it would be helpful if a Contextual's
WithFields
would again be Contextual. Otherwise chaining fields like e.g. module name and individual log entry fields becomes quite monotonous if in this example the module name cannot be initialized once instead of per log entry.It would also be nice if WithFields accepted a single map-like interface instead of arrays to allow for
The text was updated successfully, but these errors were encountered: