zap icon indicating copy to clipboard operation
zap copied to clipboard

Alternative logging through zap

Results 15 zap issues
Sort by recently updated
recently updated
newest added

thank you for this valuable work it really works and saves us from log complexity of gin while using zap for the rest of the project I guess it would...

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4 to 5. Release notes Sourced from golangci/golangci-lint-action's releases. v5.0.0 What's Changed skip-pkg-cache and skip-build-cache have been removed because the cache related to Go itself is already...

dependencies
github_actions

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
go

Looking to resolve #74 by being smart about which function to call on the interface instead of just defaulting to Error().

ZapLogger is defined as having Info and Error methods. I have a wrapper around zap that I want to pass in which works except line 116 of zap.go attempts to...