Ignore:
Timestamp:
Mar 21, 2014, 12:32:41 PM (10 years ago)
Author:
casties
Branch:
default
Message:

change logging to java.util.logging.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/java/de/mpiwg/itgroup/annotations/restlet/AnnotatorAnnotationsByResources.java

    r70 r75  
    5656    @Get("json")
    5757    public Representation doGetJSON(Representation entity) {
    58         logger.debug("AnnotatorAnnotatonsByResource doGetJSON!");
     58        logger.fine("AnnotatorAnnotatonsByResource doGetJSON!");
    5959        setCorsHeaders();
    6060
    6161        // do authentication
    6262        Person authUser = Person.createPersonWithId(this.checkAuthToken(entity));
    63         logger.debug("request authenticated=" + authUser);
     63        logger.fine("request authenticated=" + authUser);
    6464
    6565        String id = null;
     
    7474            id = decodeJsonId(jsonId);
    7575            // String id = jsonId;
    76             logger.debug("ressource-id=" + id);
     76            logger.fine("ressource-id=" + id);
    7777        }
    7878
Note: See TracChangeset for help on using the changeset viewer.