Re: Server Side logging configuration, dev mode

2013-07-24 Thread Flying-w
thanks, that's the answer. On Wednesday, July 24, 2013 9:15:07 AM UTC+1, Thomas Broyer wrote: > > > On Tuesday, July 23, 2013 6:53:07 PM UTC+2, Flying-w wrote: >> >> In my GWT server side, I'm using java.util.logging.Logger for logging. >> When I deploy to tomcat I can configure logging >> thr

Re: Server Side logging configuration, dev mode

2013-07-24 Thread Thomas Broyer
On Tuesday, July 23, 2013 6:53:07 PM UTC+2, Flying-w wrote: > > In my GWT server side, I'm using java.util.logging.Logger for logging. > When I deploy to tomcat I can configure logging > through WEB_INF/classes/logging.properties and that works fine. However in > eclipse dev mode, how do I co

Server Side logging configuration, dev mode

2013-07-23 Thread Flying-w
In my GWT server side, I'm using java.util.logging.Logger for logging. When I deploy to tomcat I can configure logging through WEB_INF/classes/logging.properties and that works fine. However in eclipse dev mode, how do I configure logging when jetty is the (built in) webserver? Thanks Simon