Re: [google-appengine] GAE/j Println and log statements not showing up in logs

2010-08-09 Thread Ikai L (Google)
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, 20

[google-appengine] GAE/j Println and log statements not showing up in logs

2010-08-04 Thread Hamlet D'Arcy
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