A appreciate the out-of-the-box suggestion, but this strikes me as an extraordinarily invasive change just to get logging to render the way it is supposed to.
Presumably there is something in the GAE stack that monkeys with java.util.logging. I just want to know what it is and how to beat it into submission when running in the local test mode. Or, if somehow I'm the only one this happens to, I'd like to know that as well :-) Thanks, Jeff On Sun, Jan 29, 2012 at 11:18 PM, Nichole <nichole.k...@gmail.com> wrote: > B.T.W. eclipse may use other arguments. see the bottom of the jdpa > document for examples: > > http://docs.oracle.com/javase/6/docs/technotes/guides/jpda/conninv.html > > > On Jan 29, 4:09 pm, Nichole <nichole.k...@gmail.com> wrote: >> To simplify the problem, can you use your IDE purely as jdwp agent? >> >> For maven (which for multi-module projects w/ profiles, current >> netbeans and eclipse plugins can have difficulty resolving a class, >> but are well worth that trouble for everything they do do right :) >> I often use this: >> mvn -Dmaven.surefire.debug -Dtest=$unittest test >> which internally is using >> -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000 - >> Xnoagent -Djava.compiler=NONE >> >> On Jan 28, 2:28 am, Simon Knott <knott.si...@gmail.com> wrote: >> >> >> >> >> >> >> >> > 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 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. > -- 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.