[Opensim-dev] How to turn off regular stats output on OpenSim.exe console
Zadark Portal
zadarkportal at gmail.com
Thu Jun 12 17:40:52 UTC 2014
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>
On 12 June 2014 16:07, Ai Austin <ai.ai.austin at gmail.com> wrote:
> At 11:50 12/06/2014, Wordfromthe Wise wrote:
>
>> Hi Ai, are you looking for this ?
>> http://opensimulator.org/wiki/Logging
>> See "Setting log levels during runtime" e.g. set log level error
>>
>
>
> Thanks Wordfromthe Wise... that's a good pointer... the default console
> log level is "DEBUG". Have we any idea which is the level to change it to
> exclude the regular statistics dump into the console? Or is it separately
> enabled and hard wired?
>
> I note that on the wiki page on Logging that the line below about just
> using "set log level" without a parameter does not do what the wiki
> advertises, "Not specifying any level will tell you what the current
> console logging level is. "...
>
> Region (root) # set log level
> Usage: set log level <level>
>
> I reported that as http://opensimulator.org/mantis/view.php?id=7215
> _______________________________________________
> 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/20140612/c073dec6/attachment.html>
More information about the Opensim-dev
mailing list