mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Fixed log to console issue.
This commit is contained in:
parent
8bf4f81a04
commit
57c296c62f
9 changed files with 10 additions and 11 deletions
|
@ -10,7 +10,7 @@ namespace NzbDrone.Providers
|
|||
{
|
||||
public class MonitoringProvider
|
||||
{
|
||||
private static readonly Logger Logger = LogManager.GetLogger("MonitoringProvider");
|
||||
private static readonly Logger Logger = LogManager.GetLogger("Host.MonitoringProvider");
|
||||
|
||||
private readonly IISProvider _iisProvider;
|
||||
private readonly ProcessProvider _processProvider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue