Hi. I have encountered with the problem - can't view logs of my app
To log messages i tried both:
System.out.println("some message");
and
Logger logger = Logger.getLogger("MyLogger"); // Logger is
java.util.logging.Logger
// ...
logger.info("some message");
I have deployed my app and after few tests i decided check out some
log messages. But there were no messages. I changed minimum severity
level to "Info" from default "Error", and only messages i've seen were
service messages like this:
http://dl.dropbox.com/u/1678938/logs.png
--
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.