[Opensim-dev] How to turn off regular stats output on OpenSim.exe console
Zadark Portal
zadarkportal at gmail.com
Fri Jun 13 09:27:40 UTC 2014
Not the most elegant of solutions:
Add the 'Threshold' parameter to the 'Console' appender as follows
<appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender,
OpenSim.Framework.Console">
<param name="Threshold" value="INFO"/>
<filter type="log4net.Filter.LoggerMatchFilter">
The <root> section remains unchanged in this configuration:
<root>
<level value="DEBUG" />
<appender-ref ref="Console" />
<appender-ref ref="LogFileAppender" />
</root>
On 12 June 2014 18:50, Shaun T. Erickson <ste at smxy.org> wrote:
> How would you configure it if you wanted INFO at the console, but DEBUG in
> the log?
>
> -ste
>
>
> 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/c789e09a/attachment-0001.html>
More information about the Opensim-dev
mailing list