As someone who is also bugged by the mass of stats that goes into the log files, I added a parameter:
[Startup] LogShowStatsSeconds=3600 which controls the interval that the stats are output onto the console. If the seconds is not specified, the existing operation of lots of logging happens. If LogShowStatsSeconds is set to zero, no stats are output. -- mb On Fri, Jun 13, 2014 at 3:18 AM, Ai Austin <[email protected]> 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 > [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
