removes duplicate uuid key
This commit is contained in:
parent
225b65615f
commit
c5afa55bc7
@ -29,7 +29,6 @@ func Handler(next http.Handler) http.Handler {
|
|||||||
r.Header.Set("X-Request-ID", uuid)
|
r.Header.Set("X-Request-ID", uuid)
|
||||||
logger := Logger(r)
|
logger := Logger(r)
|
||||||
logger.Info().
|
logger.Info().
|
||||||
Str("uuid", uuid).
|
|
||||||
Str("method", r.Method).
|
Str("method", r.Method).
|
||||||
Str("user-agent", r.UserAgent()).
|
Str("user-agent", r.UserAgent()).
|
||||||
Str("proto", r.Proto).
|
Str("proto", r.Proto).
|
||||||
|
Loading…
Reference in New Issue
Block a user