[appengine-java] Logging when using local unit testing

2012-01-28 Thread Simon Knott
When I get near a computer I'll see what settings I've got. I swear I see log output for my unit tests. Cheers, Simon -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To view this discussion on the web visit

[appengine-java] Logging when using local unit testing

2012-01-27 Thread Jeff Schnitzer
Does anyone have logging working when using the local unit testing system (ie LocalServiceTestHelper)? For the life of me I cannot get any log output. System.out works, but the jdk logger does not. I'm running my (TestNG) tests through the eclipse plugin. I'm pretty certain this isn't a TestNG