LinuxSuRen / api-testing

YAML based API testing tool. 开源接口调试、测试工具。Mock Server

Home Page:https://linuxsuren.github.io/api-testing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: add logger

yuluo-yx opened this issue · comments

Description:

replace project log.
such as

log.Printf("gRPC server listening at %v", lis.Addr())

Better performance with zap log, being used by more people

[optional Relevant Links:]

  1. https://pkg.go.dev/go.uber.org/zap
  2. https://github.com/uber-go/zap?tab=readme-ov-file#performance
commented

Yes, the log part needs to improve.

completed, closed!