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/AnnotatorAnnotationsByTags.java

    r70 r75  
    5555    @Get("json")
    5656    public Representation doGetJSON(Representation entity) {
    57         logger.debug("AnnotatorAnnotatonsBytag doGetJSON!");
     57        logger.fine("AnnotatorAnnotatonsBytag doGetJSON!");
    5858        setCorsHeaders();
    5959
    6060        // do authentication
    6161        Person authUser = Person.createPersonWithId(this.checkAuthToken(entity));
    62         logger.debug("request authenticated=" + authUser);
     62        logger.fine("request authenticated=" + authUser);
    6363
    6464        String id = (String) getRequest().getAttributes().get("id");
     
    6969            // this shouldn't happen
    7070        }
    71         logger.debug("annotation-id=" + id);
     71        logger.fine("annotation-id=" + id);
    7272
    7373        Form form = getRequest().getResourceRef().getQueryAsForm();
Note: See TracChangeset for help on using the changeset viewer.