If starting scripts on initial sim start, provide INFO level log feedback each time 50 scripts have been started.

This is to provide an indication of what's happening now that the default isn't to report every single script start.
Changes XEngine logging level in OpenSim.exe.config from WARN to INFO.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-06-22 02:10:27 +01:00
parent f907182ab2
commit 9f3feeff8d
3 changed files with 12 additions and 8 deletions

View File

@@ -33,7 +33,7 @@
</root>
<logger name="OpenSim.Region.ScriptEngine.XEngine">
<level value="WARN"/>
<level value="INFO"/>
</logger>
</log4net>