Merge pull request #6239 from Codinlab/patches/LuceneLogger

Remove duplicate Logger assignation
This commit is contained in:
Nicholas Mayne 2015-12-28 10:54:34 +00:00
commit d13a467882

View File

@ -41,8 +41,6 @@ namespace Lucene.Services {
// TODO: (sebros) Find a common way to get where tenant's specific files should go. "Sites/Tenant" is hard coded in multiple places
_basePath = _appDataFolder.Combine("Sites", shellSettings.Name, "Indexes");
Logger = NullLogger.Instance;
// Ensures the directory exists
EnsureDirectoryExists();