mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Enabled rolling file logging.
This commit is contained in:
parent
5e3e071692
commit
d1e3298da1
17 changed files with 817 additions and 185 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue