Tagged Questions
5
votes
1answer
2k views
Why would you use logging.properties if App Engine automatically logs stdout & stderr to INFO & WARNING?
According to the documentation for Google App Engine for Java:
The App Engine Java SDK includes a
template logging.properties file, in
the appengine-java-sdk/config/user/
directory. To use ...
4
votes
1answer
224 views
Google App Engine - Configure default logger to send email
In my GAE/J application, how would I configure the default logger to report errors via email?
0
votes
0answers
15 views
When I modify my app engine logging.properties file they are not any effects
The Google Plugin for Eclipse new project wizard creates these logging configuration files >for you, and copies them to WEB-INF/classes/ automatically. For java.util.logging, you must >set the ...
0
votes
2answers
43 views
Is it possible to add an a handler to JUL on AppEngine?
I have an AppEngine application with Java.
I am using JUL (java.util.logging) to log the server side logs.
I am creating a facade call CustomLogger in which it creates a JUL logger in the constructor ...