Fix typo in trace log

This commit is contained in:
Dave Syer
2014-08-22 15:00:10 +01:00
parent 403bd8d7a2
commit bdf5c60c86

View File

@@ -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);