Skip to content
Snippets Groups Projects
Commit 50c6b2ba authored by Geddings Barrineau's avatar Geddings Barrineau
Browse files

Testing out some things related to the REST api.

parent f5f12c67
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ public class RoutesResource extends ServerResource {
Integer numRoutes = Integer.parseInt((String) getRequestAttributes().get("num-routes"));
log.info("REQUEST: {}", getRequest().getRootRef().toString());
log.info("REQUEST: {}", getRequest().getResourceRef().toString());
log.info("REQUEST: {}", getContext().getAttributes().get("contextPath").toString());
log.debug("Asking for routes from {} to {}", srcDpid, dstDpid);
log.debug("Asking for {} routes", numRoutes);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment