jetty logging tweaks

This commit is contained in:
zzz
2011-12-30 21:58:16 +00:00
parent 03e86fcb24
commit 4d1736eaf6
4 changed files with 17 additions and 3 deletions

View File

@@ -84,7 +84,7 @@ public class Servlet extends HttpServlet {
this.thread.setDaemon(true);
this.thread.setName("Addressbook");
this.thread.start();
System.out.println("INFO: Starting Addressbook " + Daemon.VERSION);
//System.out.println("INFO: Starting Addressbook " + Daemon.VERSION);
//System.out.println("INFO: config root under " + args[0]);
}