jboynes 2004/02/18 10:51:51
Modified: modules/assembly/src/plan system-config.xml
Log:
Move log under var
Revision Changes Path
1.2 +1 -1
incubator-geronimo/modules/assembly/src/plan/system-config.xml
Index: system-config.xml
===================================================================
RCS file:
/home/cvs/incubator-geronimo/modules/assembly/src/plan/system-config.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- system-config.xml 17 Feb 2004 07:21:02 -0000 1.1
+++ system-config.xml 18 Feb 2004 18:51:51 -0000 1.2
@@ -42,7 +42,7 @@
<attribute name="Threshold" type="java.lang.String">DEBUG</attribute>
<attribute name="LayoutPattern" type="java.lang.String">%d{ABSOLUTE}
%-5p [%c{1}] %m%n</attribute>
<attribute name="Append" type="boolean">true</attribute>
- <attribute name="File"
type="java.lang.String">log/geronimo.log</attribute>
+ <attribute name="File"
type="java.lang.String">var/log/geronimo.log</attribute>
<attribute name="BufferedIO" type="boolean">false</attribute>
<attribute name="BufferedSize" type="int">8192</attribute>
<attribute name="MaxBackupIndex" type="int">1</attribute>