aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimExport.exe.config
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimExport.exe.config')
-rw-r--r--bin/OpenSimExport.exe.config28
1 files changed, 0 insertions, 28 deletions
diff --git a/bin/OpenSimExport.exe.config b/bin/OpenSimExport.exe.config
deleted file mode 100644
index 3fcb22d..0000000
--- a/bin/OpenSimExport.exe.config
+++ /dev/null
@@ -1,28 +0,0 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3 <configSections>
4 <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
5 </configSections>
6 <appSettings>
7 </appSettings>
8 <log4net>
9 <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console">
10 <layout type="log4net.Layout.PatternLayout">
11 <conversionPattern value="%date{HH:mm:ss} - %message%newline" />
12 </layout>
13 </appender>
14 <appender name="LogFileAppender" type="log4net.Appender.FileAppender">
15 <file value="OpenSimExport.log" />
16 <appendToFile value="true" />
17 <layout type="log4net.Layout.PatternLayout">
18 <conversionPattern value="%date %-5level - %logger %message%newline" />
19 </layout>
20 </appender>
21
22 <root>
23 <level value="DEBUG" />
24 <appender-ref ref="Console" />
25 <appender-ref ref="LogFileAppender" />
26 </root>
27 </log4net>
28</configuration>