java - Trying to figure out how to minimize ehcache logs (n.s.e.constructs.web.filter.Filter) -


i'm new using ehcache , i'm guessing these debug messages have been receiving coming open-source project using. logs growing wildfire , wish find way minimize them. these types of log messages receiving each time page reload occurs.

08:33:19.626 [http-8080-6] debug n.s.e.constructs.web.filter.filter - request headers: host -> my.application.com: connection -> keep-alive: cache-control -> max-age=0: accept -> */*: if-none-match -> w/"17227-1367868490000": if-modified-since -> mon, 06 may 2013 19:28:10 gmt: user-agent -> mozilla/5.0 (macintosh; intel mac os x 10_6_8) applewebkit/537.36 (khtml, gecko) chrome/28.0.1500.95 safari/537.36: referer -> my.application.com/f/u25l1s4/normal/render.up: accept-encoding -> gzip,deflate,sdch: accept-language -> en-us,en;q=0.8: cookie -> sess29f919b3f2c84b3e362ffe4e56d595bd=4b4e6edlaadlhfa6gu8lj66u11; __utma=90227742.1696363642.1351091807.1375806239.1376082782.23; __utmz=90227742.1375806239.22.5.utmcsr=...|utmccn=(referral)|utmcmd=referral|utmcct=/get-help/guides-faqs/emailcalendar/office-365-configuration; bigipservertest_portal_pool=973860009.36895.0000; __utma=124793366.1826473631.1376577744.1376577744.1376580642.2; __utmb=124793366.37.9.1376580778696; __utmc=124793366; __utmz=124793366.1376577744.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)  08:33:19.627 [http-8080-6] debug n.s.e.c.web.filter.cachingfilter - thread http-8080-6  has been marked visited.  08:33:19.627 [http-8080-6] debug net.sf.ehcache.cache - cache: simplepagecachingfilter store hit get/resourceservingwebapp/rs/backbone/0.9.2/backbone-0.9.2.min.jsnull  08:33:19.629 [http-8080-6] debug n.s.e.constructs.web.filter.filter - request headers: host -> my.application.com: connection -> keep-alive: cache-control -> max-age=0: accept -> */*: if-none-match -> w/"17227-1367868490000": if-modified-since -> mon, 06 may 2013 19:28:10 gmt: user-agent -> mozilla/5.0 (macintosh; intel mac os x 10_6_8) applewebkit/537.36 (khtml, gecko) chrome/28.0.1500.95 safari/537.36: referer -> my.application.com/f/u25l1s4/normal/render.up: accept-encoding -> gzip,deflate,sdch: accept-language -> en-us,en;q=0.8: cookie -> sess29f919b3f2c84b3e362ffe4e56d595bd=4b4e6edlaadlhfa6gu8lj66u11; __utma=90227742.1696363642.1351091807.1375806239.1376082782.23; __utmz=90227742.1375806239.22.5.utmcsr=...|utmccn=(referral)|utmcmd=referral|utmcct=/get-help/guides-faqs/emailcalendar/office-365-configuration; bigipservertest_portal_pool=973860009.36895.0000; __utma=124793366.1826473631.1376577744.1376577744.1376580642.2; __utmb=124793366.37.9.1376580778696; __utmc=124793366; __utmz=124793366.1376577744.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none) 

any suggestions should or at?

thanks, laura

possibly tomcat's level more verbose. tomcat use java.util.logging api (jul), have logging.properties file (in application or in conf directory of tomcat).

in files, can find lines next.

java.util.logging.consolehandler.level = fine java.util.logging.consolehandler.formatter = org.apache.juli.onelineformatter 

changes desired level.

see also:


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -