diff options
author | Justin Clark-Casey (justincc) | 2014-12-03 20:48:17 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-12-03 20:48:17 +0000 |
commit | c3c05a86939de9669c1065d0a738a2a9b0f30c27 (patch) | |
tree | f8be224d4e5343f1effe26027fe3f7d0fa359254 /bin/OpenSim.exe.config | |
parent | minor: improve logged error in XEngine.SetXmlState if there was a problem wri... (diff) | |
download | opensim-SC-c3c05a86939de9669c1065d0a738a2a9b0f30c27.zip opensim-SC-c3c05a86939de9669c1065d0a738a2a9b0f30c27.tar.gz opensim-SC-c3c05a86939de9669c1065d0a738a2a9b0f30c27.tar.bz2 opensim-SC-c3c05a86939de9669c1065d0a738a2a9b0f30c27.tar.xz |
Reintroduce general xengine extra debugging log level. This can be controlled at runtime with the command "debug xengine log <level>", as with similar commands.
If log level is 1 then every script load is logged.
This means the <logger name="OpenSim.Region.ScriptEngine.XEngine"> section in OpenSim.exe.config is no longer needed to avoid log spam on regions with many scripts and can be removed.
Diffstat (limited to '')
-rwxr-xr-x | bin/OpenSim.exe.config | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index 31f1064..e19a47a 100755 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -57,11 +57,6 @@ | |||
57 | <appender-ref ref="LogFileAppender" /> | 57 | <appender-ref ref="LogFileAppender" /> |
58 | </root> | 58 | </root> |
59 | 59 | ||
60 | <!-- Independently control logging level for XEngine --> | ||
61 | <logger name="OpenSim.Region.ScriptEngine.XEngine"> | ||
62 | <level value="INFO"/> | ||
63 | </logger> | ||
64 | |||
65 | <!-- Independently control logging level for per region module loading --> | 60 | <!-- Independently control logging level for per region module loading --> |
66 | <logger name="OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin"> | 61 | <logger name="OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin"> |
67 | <level value="INFO"/> | 62 | <level value="INFO"/> |