hello,
in the logs on the google developper console, I can see this warning:

<stderr>: log4j:WARN No appenders could be found for logger 
(javapns.notification.Payload).


here is my appengine-web.xml

  <!-- Configure java.util.logging -->

  <system-properties>

    <property name="java.util.logging.config.file" value=
"WEB-INF/logging.properties"/>

    <property name="log4j.configuration" value=
"WEB-INF/classes/log4j.properties"/>

  </system-properties>


logging.properties contains only this:

.level = WARNING



log4j.properties contains this:

# Configure the console as our one appender

log4j.rootLogger=debug

log4j.appender.console=org.apache.log4j.ConsoleAppender

log4j.appender.A1=org.apache.log4j.ConsoleAppender

log4j.appender.A1.layout=org.apache.log4j.PatternLayout

log4j.appender.A1.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p [%c] - %m%n


# tighten logging on the DataNucleus Categories

log4j.category.DataNucleus.JDO=WARN, A1

log4j.category.DataNucleus.Persistence=WARN, A1

log4j.category.DataNucleus.Cache=WARN, A1

log4j.category.DataNucleus.MetaData=WARN, A1

log4j.category.DataNucleus.General=WARN, A1

log4j.category.DataNucleus.Utility=WARN, A1

log4j.category.DataNucleus.Transaction=WARN, A1

log4j.category.DataNucleus.Datastore=WARN, A1

log4j.category.DataNucleus.ClassLoading=WARN, A1

log4j.category.DataNucleus.Plugin=WARN, A1

log4j.category.DataNucleus.ValueGeneration=WARN, A1

log4j.category.DataNucleus.Enhancer=WARN, A1

log4j.category.DataNucleus.SchemaTool=WARN, A1



I have read a lot of this but did not understand what to do in order to get 
rid of that "warning".... (because of it I can't see the ones that are 
actually important..)

please note that the trace comes from "javapns" wich is a java library I 
use (but cannot modidy).


thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/2d4a8d78-ca1d-4f22-8504-5ed509754677%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] l... Trez Ertzzer

Reply via email to