I'm using the maven appengine plugin and starting the devserver asynchronously using mvn appengine:devserver_start. If you use the synchronous version mvn appengine:devserverthe server output is printed to the console.
However when using devserver_start where is the server output logged to?