Cleaning up the config in preparation for the distro

git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@852 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
Joakim Erdfelt 2009-09-09 20:55:28 +00:00
parent d4f7e008e9
commit 7420977b97
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<Arg>
<New class="org.eclipse.jetty.logging.CentralizedLogging">
<Set name="server"><Ref id="Server" /></Set>
<Set name="configurationFilename"><SystemProperty name="jetty.home" default="."/>/etc/centralized-logging/logging.properties</Set>
<Set name="configurationFilename"><SystemProperty name="jetty.home" default="."/>/etc/jetty-centralized-logging.properties</Set>
</New>
</Arg>
</Call>