Skip to content

Commit

Permalink
Issue #4 removed unused JUL file (#55)
Browse files Browse the repository at this point in the history
* Issue #4 removed unused JUL file

* Issue #4 removed unused JUL file

remove XML reference
  • Loading branch information
gregw authored Sep 28, 2016
1 parent 746eb6a commit 8500b2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 49 deletions.
13 changes: 0 additions & 13 deletions jetty9-base/src/main/jetty-base/etc/gae.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@
</Set>
</Ref>

<!-- =========================================================== -->
<!-- Setup server log -->
<!-- =========================================================== -->
<Call id="logMgr" class="java.util.logging.LogManager" name="getLogManager">
<Call name="readConfiguration">
<Arg>
<New class="java.io.FileInputStream">
<Arg><Property name="jetty.base" default="."/>/etc/java-util-logging.properties</Arg>
</New>
</Arg>
</Call>
</Call>

<!-- =========================================================== -->
<!-- Setup a request log -->
<!-- =========================================================== -->
Expand Down
36 changes: 0 additions & 36 deletions jetty9-base/src/main/jetty-base/etc/java-util-logging.properties

This file was deleted.

0 comments on commit 8500b2e

Please sign in to comment.