diff options
author | Justin Clark-Casey (justincc) | 2010-03-09 18:56:32 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-03-09 18:56:32 +0000 |
commit | 4423630f1e77d7bb5a2b01f7ba9ed539d0825de8 (patch) | |
tree | d18dfa30abca8ff857ed7f8a103c5cba45a5c491 | |
parent | Fix bug where approximately half the time, attachments would rez only their r... (diff) | |
download | opensim-SC-4423630f1e77d7bb5a2b01f7ba9ed539d0825de8.zip opensim-SC-4423630f1e77d7bb5a2b01f7ba9ed539d0825de8.tar.gz opensim-SC-4423630f1e77d7bb5a2b01f7ba9ed539d0825de8.tar.bz2 opensim-SC-4423630f1e77d7bb5a2b01f7ba9ed539d0825de8.tar.xz |
remove milliseconds from console log again
Diffstat (limited to '')
-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 | ||