[Opensim-dev] hg suitcase inventory service flood

Terry Ford terry at digiworldz.com
Wed Feb 15 23:57:01 UTC 2017


Hello,

In your robust.exe.config file.. set the logging level to either WARN or 
to ERROR instead of the default setting of "DEBUG.
Keep in mind, this will not log common debug events anymore if you do this.

Example...
by default you probably see something like this at or around line 52...
<root>
       <level value="DEBUG" />
       <appender-ref ref="Console" />
       <appender-ref ref="LogFileAppender" />
</root>

Just change the level value to WARN or ERROR like this...
<root>
       <level value="WARN" />
       <appender-ref ref="Console" />
       <appender-ref ref="LogFileAppender" />
</root>


or

<root>
       <level value="ERROR" />
       <appender-ref ref="Console" />
       <appender-ref ref="LogFileAppender" />
</root>


~Terry



On 2/15/2017 4:39 PM, ssm2017 wrote:
> hello
> hello
> i have upgraded our Robust using linux mono 4.4.2 and OpenSimulator 
> 07c3962 0.9.1.0 Dev on monday.
> since this moment, i have a lot of :
> [HG SUITCASE INVENTORY SERVICE]: GetFolder:.......
> and
> [HG SUITCASE INVENTORY SERVICE]: GetFolderContent:....
> messages in the robust console.
> do you know how to not display them ?
>
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev

-- 
---------------------
*Terry Ford*
DigiWorldz Grid
http://digiworldz.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20170215/cde68e69/attachment.html>


More information about the Opensim-dev mailing list