diff options
author | Jeff Ames | 2008-02-07 04:59:29 +0000 |
---|---|---|
committer | Jeff Ames | 2008-02-07 04:59:29 +0000 |
commit | 9bfd4ec83df582cd4e9e50fb52400b87a41c19f8 (patch) | |
tree | d6b520a3d2edb2257d83b7bce319a6beeb0ca651 /bin/OpenSim.32BitLaunch.exe.config | |
parent | Fix warning in BotManager.cs (diff) | |
download | opensim-SC_OLD-9bfd4ec83df582cd4e9e50fb52400b87a41c19f8.zip opensim-SC_OLD-9bfd4ec83df582cd4e9e50fb52400b87a41c19f8.tar.gz opensim-SC_OLD-9bfd4ec83df582cd4e9e50fb52400b87a41c19f8.tar.bz2 opensim-SC_OLD-9bfd4ec83df582cd4e9e50fb52400b87a41c19f8.tar.xz |
Missed the appender change on the previous log4net config file sync.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.32BitLaunch.exe.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.32BitLaunch.exe.config b/bin/OpenSim.32BitLaunch.exe.config index ea88435..6d03259 100644 --- a/bin/OpenSim.32BitLaunch.exe.config +++ b/bin/OpenSim.32BitLaunch.exe.config | |||
@@ -6,7 +6,7 @@ | |||
6 | <appSettings> | 6 | <appSettings> |
7 | </appSettings> | 7 | </appSettings> |
8 | <log4net> | 8 | <log4net> |
9 | <appender name="Console" type="log4net.Appender.ConsoleAppender"> | 9 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> |
10 | <layout type="log4net.Layout.PatternLayout"> | 10 | <layout type="log4net.Layout.PatternLayout"> |
11 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> | 11 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> |
12 | </layout> | 12 | </layout> |