1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-04 06:38:28 +02:00

Log file is off by default.

This commit is contained in:
kay.one 2011-11-13 16:23:49 -08:00
parent 51518787d8
commit 53be0e374b

View File

@ -5,6 +5,6 @@
fileName="${basedir}/App_Data/logs/${shortdate}.txt" />
</targets>
<rules>
<logger name="*" minlevel="Trace" writeTo="file"/>
<logger name="*" minlevel="Off" writeTo="file"/>
</rules>
</nlog>