Skip to content

Commit 82ecb86

Browse files
committed
Reomve debugging loging statements from Azure tests
This commit removes some unneeded debugging logging statements from the Azure storage tests. Relates #44672
1 parent b10436d commit 82ecb86

File tree

1 file changed

+0
-4
lines changed
  • plugins/repository-azure/qa/microsoft-azure-storage

1 file changed

+0
-4
lines changed

plugins/repository-azure/qa/microsoft-azure-storage/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ integTestCluster {
6666
keystoreSetting 'azure.client.integration_test.account', azureAccount
6767

6868
if (azureKey != null && azureKey.isEmpty() == false) {
69-
logger.debug("Using access key in external service tests.")
7069
keystoreSetting 'azure.client.integration_test.key', azureKey
7170
}
7271
if (azureSasToken != null && azureSasToken.isEmpty() == false) {
73-
logger.debug("Using SAS token in external service tests.")
7472
keystoreSetting 'azure.client.integration_test.sas_token', azureSasToken
7573
}
7674
if (useFixture) {
@@ -79,7 +77,5 @@ integTestCluster {
7977
// in a hacky way to change the protocol and endpoint. We must fix that.
8078
setting 'azure.client.integration_test.endpoint_suffix',
8179
"ignored;DefaultEndpointsProtocol=http;BlobEndpoint=http://${ -> azureStorageFixture.addressAndPort }"
82-
} else {
83-
logger.debug("Using an external service to test the repository-azure plugin")
8480
}
8581
}

0 commit comments

Comments
 (0)