[Opensim-dev] How to turn off regular stats output on OpenSim.exe console
Shaun T. Erickson
ste at smxy.org
Thu Jun 12 17:50:39 UTC 2014
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>
More information about the Opensim-dev
mailing list