diff options
Diffstat (limited to '')
-rw-r--r-- | bin/Robust.32BitLaunch.exe.config | 2 | ||||
-rw-r--r-- | bin/Robust.exe.config | 2 | ||||
-rwxr-xr-x | bin/pCampBot.exe.config | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/Robust.32BitLaunch.exe.config b/bin/Robust.32BitLaunch.exe.config index 95061e1..0399a1b 100644 --- a/bin/Robust.32BitLaunch.exe.config +++ b/bin/Robust.32BitLaunch.exe.config | |||
@@ -17,7 +17,7 @@ | |||
17 | <acceptOnMatch value="false"/> | 17 | <acceptOnMatch value="false"/> |
18 | </filter> | 18 | </filter> |
19 | <layout type="log4net.Layout.PatternLayout"> | 19 | <layout type="log4net.Layout.PatternLayout"> |
20 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> | 20 | <conversionPattern value="%date{HH:mm:ss} - %message" /> |
21 | </layout> | 21 | </layout> |
22 | </appender> | 22 | </appender> |
23 | 23 | ||
diff --git a/bin/Robust.exe.config b/bin/Robust.exe.config index b9e01f1..3a978b2 100644 --- a/bin/Robust.exe.config +++ b/bin/Robust.exe.config | |||
@@ -17,7 +17,7 @@ | |||
17 | <acceptOnMatch value="false"/> | 17 | <acceptOnMatch value="false"/> |
18 | </filter> | 18 | </filter> |
19 | <layout type="log4net.Layout.PatternLayout"> | 19 | <layout type="log4net.Layout.PatternLayout"> |
20 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> | 20 | <conversionPattern value="%date{HH:mm:ss} - %message" /> |
21 | </layout> | 21 | </layout> |
22 | </appender> | 22 | </appender> |
23 | 23 | ||
diff --git a/bin/pCampBot.exe.config b/bin/pCampBot.exe.config index 7912991..89350b0 100755 --- a/bin/pCampBot.exe.config +++ b/bin/pCampBot.exe.config | |||
@@ -11,7 +11,7 @@ | |||
11 | <log4net> | 11 | <log4net> |
12 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> | 12 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> |
13 | <layout type="log4net.Layout.PatternLayout"> | 13 | <layout type="log4net.Layout.PatternLayout"> |
14 | <conversionPattern value="%date{HH:mm:ss.fff} - %message%newline" /> | 14 | <conversionPattern value="%date{HH:mm:ss.fff} - %message" /> |
15 | </layout> | 15 | </layout> |
16 | </appender> | 16 | </appender> |
17 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> | 17 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> |