aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.exe.config
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-01-16 23:04:08 +0000
committerJustin Clark-Casey (justincc)2012-01-16 23:04:08 +0000
commit59a0c50d48100527d00ea87935fdc24055249ba5 (patch)
treef7d0715f68bdc2cfeb819abe494b0018beb20017 /bin/OpenSim.exe.config
parentRemove monocov and other obsolete nant build targets. (diff)
downloadopensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.zip
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.gz
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.bz2
opensim-SC_OLD-59a0c50d48100527d00ea87935fdc24055249ba5.tar.xz
Comment out noisy log lines I accidentally included in the nant build target adjustment commit.
Left in the method doc.
Diffstat (limited to '')
-rwxr-xr-xbin/OpenSim.exe.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index 40b18a7..4a49fc5 100755
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -12,7 +12,7 @@
12 <log4net> 12 <log4net>
13 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> 13 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console">
14 <layout type="log4net.Layout.PatternLayout"> 14 <layout type="log4net.Layout.PatternLayout">
15 <conversionPattern value="%date{HH:mm:ss.fff} - %message" /> 15 <conversionPattern value="%date{HH:mm:ss} - %message" />
16 <!-- console log with milliseconds. Useful for debugging --> 16 <!-- console log with milliseconds. Useful for debugging -->
17<!-- <conversionPattern value="%date{HH:mm:ss.fff} - %message" /> --> 17<!-- <conversionPattern value="%date{HH:mm:ss.fff} - %message" /> -->
18 </layout> 18 </layout>