mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-27 02:38:33 +02:00
implement godoxy-agent
This commit is contained in:
@@ -9,7 +9,6 @@ import (
|
||||
|
||||
func reqLogger(r *http.Request, level zerolog.Level) *zerolog.Event {
|
||||
return logging.WithLevel(level).
|
||||
Str("module", "api").
|
||||
Str("remote", r.RemoteAddr).
|
||||
Str("host", r.Host).
|
||||
Str("uri", r.Method+" "+r.RequestURI)
|
||||
|
||||
Reference in New Issue
Block a user