Skip to content

Commit 110bb51

Browse files
authored
fix: change api access log level to debug (#4876)
1 parent 873db54 commit 110bb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/log/httpaccess/http_access.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func NewHTTPAccessLogHandler(logger log.Logger, tracer *tracing.Tracer, message
8181
fields = append(fields, "x-real-ip", v)
8282
}
8383

84-
logger.WithValues(fields...).Build().Info(message)
84+
logger.WithValues(fields...).Build().Debug(message)
8585
})
8686
}
8787
}

0 commit comments

Comments
 (0)