Hello Everyone,
I have configured java.util.logging in my app-engine.xml,
and have provided the corresponding logging.properties file.

I also use SLF4J + LogBack which has its own configuration file.

upon starting my app, I get this line: it is not an exception or warning,

*Initializing AppEngine server
Logging to JettyLogger(null) via 
com.google.apphosting.utils.jetty.JettyLogger
*
- do you know why is this *"JettyLogger(null)"* ?
is this a sign of bad configuration ?

- is my understanding correct that if we configure custom logging such as 
SL4J + LogBack,
logs generated from our own code will use SL4J, while Logs generated by GAE 
infrustructure will use java.util.logging ?
and we have no control over formatting logs comming from GAE ?
in other words, there are two classes of logs, 
1- Logs coming from GAE code which uses java.util.logging
2- Logs coming from our own code, we can use other logging frameworks 
instead of java.util.logging

is this a correct assessment ?

Thank You

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to