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 <[email protected]> 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
> [email protected]
> http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev
>
_______________________________________________
Opensim-dev mailing list
[email protected]
http://opensimulator.org/cgi-bin/mailman/listinfo/opensim-dev