Improved Log

This commit is contained in:
Luca Frosini 2019-08-02 19:27:54 +02:00
parent b618f528b6
commit 1e5e96439e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ public class RestSmartExecutor implements SmartExecutor {
protected void setCalledMethod(String calledMethod) {
logger.trace("Going to set calledMethod as '{}'", calledMethod);
CalledMethodProvider.instance.set(calledMethod);
logger.info("Arrived request at {}", uriInfo.getAbsolutePath());
logger.info("Arrived request at {} with query Parameters: {}", uriInfo.getAbsolutePath(), uriInfo.getQueryParameters());
}
protected ResponseBuilder addLocation(ResponseBuilder responseBuilder, String id) {