[Opensim-dev] How to turn off regular stats output on OpenSim.exe console
Justin Clark-Casey
jjustincc at googlemail.com
Mon Jun 16 21:28:37 UTC 2014
You can also do finer log control over individual packages, I think in theory one could just raise the level on the
relevant class (which is OpenSim.Framework.Servers.BaseOpenSimServer). There are some instructions at [1].
But I also see Robert put in a config option to turn it off, which I should have done a long time ago. It was just
never a pressing need and it has been useful in the past to tell at what points a simulator was still running. Hence, I
still prefer it on by default right now though the information it spits out needs improving.
[1] http://opensimulator.org/wiki/Logging
On 13/06/14 11:18, Ai Austin 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
>
--
Justin Clark-Casey (justincc)
OSVW Consulting
http://justincc.org
http://twitter.com/justincc
More information about the Opensim-dev
mailing list