diff options
author | Justin Clark-Casey (justincc) | 2010-03-03 22:20:06 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-03 22:20:06 +0000 |
commit | e97ba577888ae0da6f227fea6a2b78cca1a5d886 (patch) | |
tree | 73f2f7dcc7c0aaa898e295014635db56072e0820 /bin/OpenSim.exe.config | |
parent | Fix bug where approximately half the time, attachments would rez only their r... (diff) | |
download | opensim-SC_OLD-e97ba577888ae0da6f227fea6a2b78cca1a5d886.zip opensim-SC_OLD-e97ba577888ae0da6f227fea6a2b78cca1a5d886.tar.gz opensim-SC_OLD-e97ba577888ae0da6f227fea6a2b78cca1a5d886.tar.bz2 opensim-SC_OLD-e97ba577888ae0da6f227fea6a2b78cca1a5d886.tar.xz |
reset the accidental local configuration changes
Diffstat (limited to 'bin/OpenSim.exe.config')
-rwxr-xr-x | bin/OpenSim.exe.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index 4e7ef51..3c7adf5 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 | </layout> | 16 | </layout> |
17 | </appender> | 17 | </appender> |
18 | 18 | ||