vbousquet / flexdmd

A DMD renderer for Visual Pinball original tables.
Apache License 2.0
57 stars 13 forks source link

Change logger minlevel to "error" by default #43

Closed apophis79 closed 6 months ago

apophis79 commented 10 months ago

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>