swarm/api/http: change request served msg log level (#18127)
This commit is contained in:
		| @@ -75,7 +75,7 @@ func InitLoggingResponseWriter(h http.Handler) http.Handler { | ||||
| 	return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) { | ||||
| 		writer := newLoggingResponseWriter(w) | ||||
| 		h.ServeHTTP(writer, r) | ||||
| 		log.Debug("request served", "ruid", GetRUID(r.Context()), "code", writer.statusCode) | ||||
| 		log.Info("request served", "ruid", GetRUID(r.Context()), "code", writer.statusCode) | ||||
| 	}) | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user