Refactor(log): use go.uber.org/zap (#389)

This commit is contained in:
Jason Lyu
2024-08-29 06:56:35 +08:00
committed by GitHub
parent c8c08cfeea
commit 601601a1dc
18 changed files with 136 additions and 489 deletions

View File

@@ -10,7 +10,7 @@ import (
)
func init() {
registerMountPoint("/debug/pprof/", pprofRouter())
registerEndpoint("/debug/pprof/", pprofRouter())
}
func pprofRouter() http.Handler {