From 702424201bc1ceeb07824da36679faa294de2df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Grz=C4=85=C5=9Blewicz?= Date: Fri, 14 Jan 2022 13:15:10 +0100 Subject: [PATCH] HL-2178 Remove log entry that was added but agreed it's not needed (#121) Co-authored-by: Mikolaj Grzaslewicz --- .../tools/awsinfrastructure/api/jira/DataCenterFormula.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/atlassian/performance/tools/awsinfrastructure/api/jira/DataCenterFormula.kt b/src/main/kotlin/com/atlassian/performance/tools/awsinfrastructure/api/jira/DataCenterFormula.kt index c6d753b0..f36f53ae 100644 --- a/src/main/kotlin/com/atlassian/performance/tools/awsinfrastructure/api/jira/DataCenterFormula.kt +++ b/src/main/kotlin/com/atlassian/performance/tools/awsinfrastructure/api/jira/DataCenterFormula.kt @@ -305,7 +305,7 @@ class DataCenterFormula private constructor( val setupDatabase = executor.submitWithLogContext("database") { databaseSsh.newConnection().use { databaseComputer.setUp(it) - logger.info("Setting up database with ip ${databaseSshIp}...") + logger.info("Setting up database...") key.get().file.facilitateSsh(databaseSshIp) val databaseDataLocation = database.setup(it) logger.info("Database is set up")