changed the format of the xid to string
Dieser Commit ist enthalten in:
Ursprung
b71fcb8fa2
Commit
4aa50328f2
|
@ -40,7 +40,7 @@ func LogMiddleware(c *gin.Context) {
|
||||||
}
|
}
|
||||||
entry.Int("statuscode", statuscode)
|
entry.Int("statuscode", statuscode)
|
||||||
}
|
}
|
||||||
entry.Bytes("xid", id.Bytes()).Msg("Request")
|
entry.Str("xid", id.String()).Msg("Request")
|
||||||
}()
|
}()
|
||||||
c.Next()
|
c.Next()
|
||||||
}
|
}
|
||||||
|
|
Laden…
In neuem Issue referenzieren