mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Package cleanup
This commit is contained in:
parent
1ace2d5b22
commit
5ecbdd3e64
105 changed files with 151 additions and 25190 deletions
|
@ -8,7 +8,7 @@ namespace NzbDrone.Common
|
|||
{
|
||||
public class IISProvider
|
||||
{
|
||||
private static readonly Logger IISLogger = LogManager.GetLogger("IISExpress");
|
||||
private static readonly Logger IISLogger = LogManager.GetCurrentClassLogger();
|
||||
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
||||
private readonly ConfigFileProvider _configFileProvider;
|
||||
private readonly ProcessProvider _processProvider;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue