Are you switch the logging level in the Admin Console to Info?  By default
it only shows errors.

Do you have a logging.properties file?  If so, what is your default .level
set to?  System.out would be logged at INFO, so if you are specifying this
make sure it is INFO or lower.
Finally, I would recommend using java.util.logging instead of System.out.
 It's a lot more flexible and is very easy to use.

On Fri, Sep 18, 2009 at 10:09 PM, Diana Cruise <diana.l.cru...@gmail.com>wrote:

>
> I'm having difficulty debugging my application in production.
> According to the GAE docs, System.out.println output is directed as
> log level INFO.  My home page generates such output when debugging in
> my test local environment.  But, my deployment to production generates
> NO output.  Using the Admin Console->Log I can see my Requests but NOT
> my standard output from println().  How can I see this output?  Is it
> just NOT being flushed or is there a config for this?
>
> Thanks, Diana
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to