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 e1c69c9a2d
commit 156697b043

View File

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