You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2007/01/29 20:33:54 UTC

svn commit: r501152 - /webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/OSGI-INF/muse.xml

Author: danj
Date: Mon Jan 29 11:33:53 2007
New Revision: 501152

URL: http://svn.apache.org/viewvc?view=rev&rev=501152
Log:
removing /WEB-INF/ from log file path so it doesn't appear in OSGi runtime working directory.

Modified:
    webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/OSGI-INF/muse.xml

Modified: webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/OSGI-INF/muse.xml
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/OSGI-INF/muse.xml?view=diff&rev=501152&r1=501151&r2=501152
==============================================================================
--- webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/OSGI-INF/muse.xml (original)
+++ webservices/muse/trunk/modules/muse-osgi-soa-mini/resources/OSGI-INF/muse.xml Mon Jan 29 11:33:53 2007
@@ -6,7 +6,7 @@
 	<router>
 		<java-router-class>org.apache.muse.core.platform.osgi.routing.OSGiResourceRouter</java-router-class>
 		<logging>
-			<log-file>/WEB-INF/log/muse.log</log-file>
+			<log-file>log/muse.log</log-file>
 			<log-level>FINE</log-level>
 		</logging>
 	</router>



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org