Enabled rolling file logging.

This commit is contained in:
kay.one
2012-01-22 18:24:16 -08:00
parent 5e3e071692
commit d1e3298da1
17 changed files with 817 additions and 185 deletions

View File

@@ -8,7 +8,7 @@ namespace NzbDrone.Common
{
public class ProcessProvider
{
private static readonly Logger Logger = LogManager.GetLogger("Host.ProcessProvider");
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
public static readonly string NzbDroneProccessName = "NzbDrone";