go-zero/rest/internal
Kevin Wan ac321fc146
feat: add fields with logx methods, support using third party logging libs. (#1847)
* backup

* simplify

* chore: remove unused pool

* chore: fix lint errors

* chore: use strings.Builder instead of bytes.Buffer

* test: add more tests

* chore: fix reviewdog

* test: fix data race

* feat: make logger customizable

* chore: fix reviewdog

* test: fix fails

* chore: fix set writer twice

* chore: use context instead of golang.org context

* chore: specify uint32 for level types
2022-05-03 17:34:26 +08:00
..
cors feat: support sub domain for cors (#1827) 2022-04-25 21:56:59 +08:00
encoding feat: add httpc.Parse (#1698) 2022-03-23 17:58:21 +08:00
header refactor: move json related header vars to internal (#1840) 2022-04-28 15:12:04 +08:00
response feat: log 404 requests with traceid (#1554) 2022-02-19 20:50:33 +08:00
security chore: add unit tests (#1615) 2022-03-04 17:54:09 +08:00
log_test.go feat: add fields with logx methods, support using third party logging libs. (#1847) 2022-05-03 17:34:26 +08:00
log.go feat: rename module from tal-tech to zeromicro (#1413) 2022-01-04 15:51:32 +08:00
starter_test.go chore: add unit tests (#1615) 2022-03-04 17:54:09 +08:00
starter.go chore: add unit tests (#1615) 2022-03-04 17:54:09 +08:00