remove unused libs

This commit is contained in:
Luke Pulverenti
2017-08-16 11:42:36 -04:00
parent bfcd1b520f
commit 56263a9fa2
13 changed files with 303 additions and 832 deletions

View File

@@ -73,7 +73,7 @@ namespace MediaBrowser.ServerApplication
var appPaths = CreateApplicationPaths(ApplicationPath, IsRunningAsService);
var logManager = new NlogManager(appPaths.LogDirectoryPath, "server");
var logManager = new SimpleLogManager(appPaths.LogDirectoryPath, "server");
logManager.ReloadLogger(LogSeverity.Debug);
logManager.AddConsoleOutput();