Updated logs
This commit is contained in:
parent
4864094ed0
commit
312f9c9fa8
|
@ -142,7 +142,7 @@ public class GeoportalResolver {
|
|||
@QueryParam(GeoportalRequest.P_ITEM_ID) String itemId,
|
||||
@QueryParam(GeoportalRequest.P_ITEM_TYPE) String itemType) throws WebApplicationException {
|
||||
|
||||
LOG.info(this.getClass().getSimpleName() + " resolveGeoportalNoAppDef - GET starts...");
|
||||
LOG.info(this.getClass().getSimpleName() + " createDataViewerLink - GET starts...");
|
||||
TargetAppGeoportalCodes targetAppGeoportalCodes = checkTargetApplictionID(req, null);
|
||||
LOG.info("The target app is: " + targetAppGeoportalCodes);
|
||||
GeoportalRequest geoportalRequest = new GeoportalRequest();
|
||||
|
@ -245,6 +245,8 @@ public class GeoportalResolver {
|
|||
@PathParam(PATH_VRE_NAME) String vreName, @PathParam(PATH_USECASE_ID) String ucdID,
|
||||
@PathParam(PATH_PROJECT_ID) String projectID, @QueryParam(QP_RESOLVE_AS) String resolveAs)
|
||||
throws WebApplicationException {
|
||||
|
||||
LOG.info(this.getClass().getSimpleName() + " genericResolveLink starts...");
|
||||
|
||||
try {
|
||||
InnerMethodName.instance.set("resolveGeoportalPublicLink");
|
||||
|
@ -405,7 +407,7 @@ public class GeoportalResolver {
|
|||
protected Response genericCreateLink(@Context HttpServletRequest req, GeoportalRequest jsonRequest,
|
||||
TargetAppGeoportalCodes targetAppGeoportalCodes) {
|
||||
|
||||
LOG.info(this.getClass().getSimpleName() + " POST starts...");
|
||||
LOG.info(this.getClass().getSimpleName() + " genericCreateLink starts...");
|
||||
|
||||
try {
|
||||
|
||||
|
|
Loading…
Reference in New Issue