[Opensim-dev] How to turn off regular stats output on OpenSim.exe console

Mister Blue misterblue at misterblue.com
Sat Jun 14 04:31:14 UTC 2014


As someone who is also bugged by the mass of stats that goes into the log
files, I added a parameter:

[Startup]
LogShowStatsSeconds=3600

which controls the interval that the stats are output onto the console. If
the seconds is not specified, the existing operation of lots of logging
happens. If LogShowStatsSeconds is set to zero, no stats are output.

-- mb


On Fri, Jun 13, 2014 at 3:18 AM, Ai Austin <ai.ai.austin at gmail.com> wrote:

> Works a treat, many thanks Zadark...
>
>
>  > On 6/12/14, 1:40 PM, Zadark Portal wrote:
>> >
>> >> To switch off hourly console stats, while retaining details such as
>> >> logins etc.
>> >>
>> >> Edit <root> section in file bin\OpenSim.exe.config
>> >>
>> >> From
>> >> <root>
>> >>       <level value="DEBUG" />
>> >>       <appender-ref ref="Console" />
>> >>       <appender-ref ref="LogFileAppender" />
>> >> </root>
>> >> To
>> >> <root>
>> >>       <level value="INFO" />
>> >>       <appender-ref ref="Console" />
>> >>       <appender-ref ref="LogFileAppender" />
>> >> </root>
>>
>
> _______________________________________________
> Opensim-dev mailing list
> Opensim-dev at opensimulator.org
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20140613/9d97683d/attachment.html>


More information about the Opensim-dev mailing list