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, 2010 at 2:03 AM, Hamlet D'Arcy hamlet...@gmail.com 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 google-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 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 google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.