We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6bdff commit c974761Copy full SHA for c974761
x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/Security.java
@@ -1274,9 +1274,8 @@ private CloudApiKeyService createCloudApiKeyService(SecurityExtension.SecurityCo
1274
+ extension.getClass().getName()
1275
+ "] extension tried to install a custom CloudApiKeyService, but one has already been installed."
1276
);
1277
- } else {
1278
- logger.debug("CloudApiKeyService provided by extension [{}]", extension.extensionName());
1279
}
+ logger.debug("CloudApiKeyService provided by extension [{}]", extension.extensionName());
1280
1281
1282
if (cloudApiKeyServiceSetOnce.get() == null) {
0 commit comments