diff options
Diffstat (limited to 'bin/OpenSim.exe.config')
-rw-r--r-- | bin/OpenSim.exe.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index fa42e2c..b7fe1ea 100644 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -1,12 +1,12 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <configuration> | 2 | <configuration> |
3 | <configSections> | ||
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
5 | </configSections> | ||
3 | <runtime> | 6 | <runtime> |
4 | <gcConcurrent enabled="true" /> | 7 | <gcConcurrent enabled="true" /> |
5 | <gcServer enabled="true" /> | 8 | <gcServer enabled="true" /> |
6 | </runtime> | 9 | </runtime> |
7 | <configSections> | ||
8 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
9 | </configSections> | ||
10 | <appSettings> | 10 | <appSettings> |
11 | </appSettings> | 11 | </appSettings> |
12 | <log4net> | 12 | <log4net> |