hmm ... did you consider to use pax logging in your stack and configure those settings via config admin service?
2016-08-13 16:47 GMT+02:00 iJava <[email protected]>: > I set the log level at java parameters: > java -Djava.net.preferIPv4Stack=true \ > -Dorg.osgi.service.http.port=8080 \ > -Dorg.ops4j.pax.web.jsp.log.verbosity.level=WARNING \ > -cp .... > > > On Saturday, 13 August 2016 17:00:19 UTC+3, Achim Nierbeck wrote: >> >> I just did a quick check on the latest build on jenkins. >> I don't see much of logging there regarding jsps: >> >> http://ci.ops4j.org/jenkins/job/org.ops4j.pax.web/ws/pax-web >> -itest/pax-web-itest-container/pax-web-itest-container- >> jetty/target/failsafe-reports/org.ops4j.pax.web.itest.jetty. >> JspSelfRegistrationIntegrationTest-output.txt >> >> even another one with primefaces doesn't seem to log that many >> information. >> are you sure you set the log configuration right? >> >> regards, Achim >> >> 2016-08-13 15:51 GMT+02:00 Achim Nierbeck <[email protected]>: >> >>> which version of Pax-Web are you using? >>> >>> >>> regards, Achim >>> >>> 2016-08-13 15:47 GMT+02:00 iJava <[email protected]>: >>> >>>> Hi, Achim >>>> >>>> It is very strange. Because I only start server no specific actions. Am >>>> I the first who starts the server? Why no one saw it earlier? >>>> Just imagine about 56000 lines in log with every start. Maybe I miss >>>> something in configuration? >>>> >>>> >>>> On Thursday, 11 August 2016 21:44:17 UTC+3, Achim Nierbeck wrote: >>>>> >>>>> Hi, >>>>> >>>>> we either have a bug here, or the tomcat digester does actually >>>>> produce that information on warning level. >>>>> >>>>> regards, Achim >>>>> >>>>> >>>>> 2016-08-10 15:51 GMT+02:00 iJava <[email protected]>: >>>>> >>>>>> I set org.ops4j.pax.web.jsp.log.verbosity.level to WARNING. >>>>>> >>>>>> However, every time I start server I have tons of the following >>>>>> messages. How to disable them? >>>>>> >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : New match='taglib/tag/attribute/name' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire begin() for CallMethodRule[methodName=setName, >>>>>> paramCount=0, paramTypes={java.lang.String}] >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : characters(select) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : endElement(http://java.sun.com/xml/ns/j2ee,name,name) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : match='taglib/tag/attribute/name' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : bodyText='select' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire body() for CallMethodRule[methodName=setName, paramCount=0, >>>>>> paramTypes={java.lang.String}] >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Popping body text ' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire end() for CallMethodRule[methodName=setName, paramCount=0, >>>>>> paramTypes={java.lang.String}] >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : [CallMethodRule]{taglib/tag/attribute/name} Call >>>>>> org.apache.tomcat.util.descriptor.tld.TldRuleSet$Attribute. >>>>>> setName(select/java.lang.String) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.IntrospectionUtils] >>>>>> : >>>>>> IntrospectionUtils:org.apache.tomcat.util.descriptor.tld.TldRuleSet$Attribute.setName( >>>>>> select) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : characters( >>>>>> ) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : startElement(http://java.sun.com/xml/ns/j2ee,required,required) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Pushing body text ' >>>>>> >>>>>> >>>>>> ' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : New match='taglib/tag/attribute/required' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire begin() for org.apache.tomcat.util.descrip >>>>>> tor.tld.TldRuleSet$GenericBooleanRule@1bd2d1e0 >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : characters(true) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : endElement(http://java.sun.com/xml/ns/j2ee,required,required) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : match='taglib/tag/attribute/required' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : bodyText='true' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire body() for org.apache.tomcat.util.descrip >>>>>> tor.tld.TldRuleSet$GenericBooleanRule@1bd2d1e0 >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Popping body text ' >>>>>> >>>>>> >>>>>> ' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire end() for org.apache.tomcat.util.descrip >>>>>> tor.tld.TldRuleSet$GenericBooleanRule@1bd2d1e0 >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : characters( >>>>>> ) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : startElement(http://java.sun.com/xml/ns/j2ee,rtexprvalue,rte >>>>>> xprvalue) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Pushing body text ' >>>>>> >>>>>> >>>>>> >>>>>> ' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : New match='taglib/tag/attribute/rtexprvalue' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire begin() for org.apache.tomcat.util.descrip >>>>>> tor.tld.TldRuleSet$GenericBooleanRule@3668bb80 >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : characters(false) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : endElement(http://java.sun.com/xml/ns/j2ee,rtexprvalue,rtexprvalue) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : match='taglib/tag/attribute/rtexprvalue' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : bodyText='false' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire body() for org.apache.tomcat.util.descrip >>>>>> tor.tld.TldRuleSet$GenericBooleanRule@3668bb80 >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Popping body text ' >>>>>> >>>>>> >>>>>> >>>>>> ' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : Fire end() for org.apache.tomcat.util.descrip >>>>>> tor.tld.TldRuleSet$GenericBooleanRule@3668bb80 >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : characters( >>>>>> ) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester.sax] >>>>>> : endElement(http://java.sun.com/xml/ns/j2ee,attribute,attribute) >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : match='taglib/tag/attribute' >>>>>> org.ops4j.pax.web.pax-web-jsp[org.apache.tomcat.util.digester.Digester] >>>>>> : bodyText=' >>>>>> >>>>>> -- >>>>>> -- >>>>>> ------------------ >>>>>> OPS4J - http://www.ops4j.org - [email protected] >>>>>> >>>>>> --- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "OPS4J" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> >>>>> Apache Member >>>>> Apache Karaf <http://karaf.apache.org/> Committer & PMC >>>>> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> >>>>> Committer & Project Lead >>>>> blog <http://notizblog.nierbeck.de/> >>>>> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> >>>>> >>>>> Software Architect / Project Manager / Scrum Master >>>>> >>>>> -- >>>> -- >>>> ------------------ >>>> OPS4J - http://www.ops4j.org - [email protected] >>>> >>>> --- >>>> You received this message because you are subscribed to the Google >>>> Groups "OPS4J" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> >>> Apache Member >>> Apache Karaf <http://karaf.apache.org/> Committer & PMC >>> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer >>> & Project Lead >>> blog <http://notizblog.nierbeck.de/> >>> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> >>> >>> Software Architect / Project Manager / Scrum Master >>> >>> >> >> >> -- >> >> Apache Member >> Apache Karaf <http://karaf.apache.org/> Committer & PMC >> OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer >> & Project Lead >> blog <http://notizblog.nierbeck.de/> >> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> >> >> Software Architect / Project Manager / Scrum Master >> >> -- > -- > ------------------ > OPS4J - http://www.ops4j.org - [email protected] > > --- > You received this message because you are subscribed to the Google Groups > "OPS4J" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Apache Member Apache Karaf <http://karaf.apache.org/> Committer & PMC OPS4J Pax Web <http://wiki.ops4j.org/display/paxweb/Pax+Web/> Committer & Project Lead blog <http://notizblog.nierbeck.de/> Co-Author of Apache Karaf Cookbook <http://bit.ly/1ps9rkS> Software Architect / Project Manager / Scrum Master -- -- ------------------ OPS4J - http://www.ops4j.org - [email protected] --- You received this message because you are subscribed to the Google Groups "OPS4J" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
