mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-19 21:46:50 -04:00
Enabled rolling file logging.
This commit is contained in:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user