vbousquet/flexdmd

Change logger minlevel to "error" by default

Closed this issue · 0 comments

I humbly request that the FlexDMD.log.config file be updated such that the default rules have minlevel set to "error". For the common user, this will tend to minimize disk access during gameplay and provide a better performance experience.

<rules>
    <logger name="*" minlevel="error" writeTo="console" />
    <logger name="*" minlevel="error" writeTo="file" />
  </rules>