Do you have a logging.properties file? To use Logger, you'll need to set the minimum log level. Look under war/WEB-INF. You should have a logging.properties file. Look for this line:
# Set the default logging level for all loggers to WARNING .level = WARNING Set that to "INFO". On Wed, Aug 4, 2010 at 2:03 AM, Hamlet D'Arcy <[email protected]> wrote: > I have a simple GAE Java app. > > The only things my logs ever show is GET requests. > > The Logging documentation says "Everything the servlet writes to the > standard output stream (System.out) and standard error stream > (System.err) is captured by App Engine and recorded in the application > logs" > > But if I use System.out.println then it does not show up in the Logs > under Admin->Main->Logs. > > Is there a special way to check this log? > > Likewise, I added a Logger to the project and tried that route. Nope, > no log entries. > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- 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.
