Registry / logging / brpaz-echozap

brpaz-echozap

JSON →
library1.1.3gogounverified

echozap provides a Zap logger middleware for the Echo web framework.

go get github.com/brpaz/echozap
INSTALL
IMPORT
SIG · BRPAZ-ECHOZAP
B
brpaz-echozap
logginggov1.1.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

echozap
github.com/brpaz/echozap

Sets up Echo with Zap logging middleware.

package main import ( "github.com/brpaz/echozap" "github.com/labstack/echo/v4" "go.uber.org/zap" ) func main() { e := echo.New() logger, _ := zap.NewProduction() e.Use(echozap.ZapLogger(logger)) e.Start(":8080") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
Resources
brpaz-echozap — go get brpaz-echozap · libregistry