mirror of
https://github.com/spring-cloud/spring-cloud-netflix.git
synced 2026-09-17 15:49:00 +00:00
Fix typo in trace log
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ public class RibbonRoutingFilter extends ZuulFilter {
|
||||
|
||||
RequestContext context = RequestContext.getCurrentContext();
|
||||
info.put("remote", true);
|
||||
info.put("servideId", context.get("serviceId"));
|
||||
info.put("serviceId", context.get("serviceId"));
|
||||
Map<String, Object> trace = new LinkedHashMap<String, Object>();
|
||||
Map<String, Object> input = new LinkedHashMap<String, Object>();
|
||||
trace.put("request", input);
|
||||
|
||||
Reference in New Issue
Block a user