aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.32BitLaunch.exe.config
diff options
context:
space:
mode:
authorSean Dague2008-02-12 00:39:08 +0000
committerSean Dague2008-02-12 00:39:08 +0000
commitfdc42481edfce0405f13ee0eb0ff0fe558687a96 (patch)
tree528fe18d581fcba6d343198017035d22172047e9 /bin/OpenSim.32BitLaunch.exe.config
parent* This resolves the null exceptions when a script is manipulating a physical ... (diff)
downloadopensim-SC_OLD-fdc42481edfce0405f13ee0eb0ff0fe558687a96.zip
opensim-SC_OLD-fdc42481edfce0405f13ee0eb0ff0fe558687a96.tar.gz
opensim-SC_OLD-fdc42481edfce0405f13ee0eb0ff0fe558687a96.tar.bz2
opensim-SC_OLD-fdc42481edfce0405f13ee0eb0ff0fe558687a96.tar.xz
default to appending for log files per Mantis 530, and per
previous OpenSim behavior.
Diffstat (limited to 'bin/OpenSim.32BitLaunch.exe.config')
-rw-r--r--bin/OpenSim.32BitLaunch.exe.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config
index 6d03259..61f0859 100644
--- a/bin/OpenSim.32BitLaunch.exe.config
+++ b/bin/OpenSim.32BitLaunch.exe.config
@@ -13,7 +13,7 @@
13 </appender> 13 </appender>
14 <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> 14 <appender name="LogFileAppender" type="log4net.Appender.FileAppender">
15 <file value="OpenSim.32BitLaunch.log" /> 15 <file value="OpenSim.32BitLaunch.log" />
16 <appendToFile value="false" /> 16 <appendToFile value="true" />
17 <layout type="log4net.Layout.PatternLayout"> 17 <layout type="log4net.Layout.PatternLayout">
18 <conversionPattern value="%date %-5level - %logger %message%newline" /> 18 <conversionPattern value="%date %-5level - %logger %message%newline" />
19 </layout> 19 </layout>