mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-18 23:18:32 +00:00
@@ -42,7 +42,7 @@ func Logger(timeFormat string, utc bool) gin.HandlerFunc {
|
||||
end = end.UTC()
|
||||
}
|
||||
|
||||
entry := map[string]interface{}{
|
||||
entry := map[string]any{
|
||||
"status": c.Writer.Status(),
|
||||
"method": c.Request.Method,
|
||||
"path": path,
|
||||
|
Reference in New Issue
Block a user