In this case, Chris, this only controls one log message about loading scripts in the XEngine class (since this can get
very noisy on console).
XEngine in OpenSimulator 0.7.5, unlike previous versions, is actually currently logging script failures to the console
for debug purposes. This may also prove too noisy and have to be tuned down, possibly this time with an explicit debug
level.
On 11/02/13 03:42, Chris wrote:
On 2/10/2013 9:45 AM, R.Gunther wrote:
Question,
What setting and level is needed to show LSL errors on console ?
The lines in the viewer are not long enough and dont have line break.
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users
I believe that setting is in OpenSim.exe.config
<!-- Independently control logging level for XEngine -->
<logger name="OpenSim.Region.ScriptEngine.XEngine">
<level value="INFO"/>
</logger>
Change <level value="INFO"/> to <level value="DEBUG"/>
Although I am not entirely certain on this. Someone please feel free to correct
this if I am wrong =)
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
_______________________________________________
Opensim-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-users