DATACMNS-843 - Raised log level for dropped repositories in strict configuration mode to INFO.

This commit is contained in:
Oliver Gierke
2016-04-10 11:26:09 +02:00
parent fc76392643
commit 7dcfa15bcf

View File

@@ -273,7 +273,7 @@ public abstract class RepositoryConfigurationExtensionSupport implements Reposit
}
}
LOGGER.debug(MULTI_STORE_DROPPED, getModuleName(), repositoryInterface);
LOGGER.info(MULTI_STORE_DROPPED, getModuleName(), repositoryInterface);
return false;
}