DATACMNS-843 - Raised log level for dropped repositories in strict configuration mode to INFO.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user