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

Reply via email to