mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -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
|
@ -8,7 +8,7 @@ namespace NzbDrone.Providers
|
|||
public class DebuggerProvider
|
||||
{
|
||||
|
||||
private static readonly Logger Logger = LogManager.GetLogger("DebuggerProvider");
|
||||
private static readonly Logger Logger = LogManager.GetLogger("Host.DebuggerProvider");
|
||||
|
||||
|
||||
public virtual void Attach()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue