diff options
author | mbowman | 2010-01-19 15:50:30 -0800 |
---|---|---|
committer | Melanie | 2010-01-20 00:16:08 +0000 |
commit | c211a120a5045c4b1ccaac7bfe7db13f75804cc3 (patch) | |
tree | b493a52f69ef42bb9e52821c67400ee5e95a8228 /bin/OpenSim.exe.config | |
parent | Comment the asset deletion handler. It can be abused and is not currently (diff) | |
download | opensim-SC_OLD-c211a120a5045c4b1ccaac7bfe7db13f75804cc3.zip opensim-SC_OLD-c211a120a5045c4b1ccaac7bfe7db13f75804cc3.tar.gz opensim-SC_OLD-c211a120a5045c4b1ccaac7bfe7db13f75804cc3.tar.bz2 opensim-SC_OLD-c211a120a5045c4b1ccaac7bfe7db13f75804cc3.tar.xz |
Console output no longer requires loglevel to be set to info; you can run the simulator with log level WARN or ERROR and see the output of console commands
Signed-off-by: Melanie <melanie@t-data.com>
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | 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 c2d93c0..3c7adf5 100644..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} - %message%newline" /> | 15 | <conversionPattern value="%date{HH:mm:ss} - %message" /> |
16 | </layout> | 16 | </layout> |
17 | </appender> | 17 | </appender> |
18 | 18 | ||