Skip to content

Commit

Permalink
HL-2178 Remove log entry that was added but agreed it's not needed (#121
Browse files Browse the repository at this point in the history
)

Co-authored-by: Mikolaj Grzaslewicz <[email protected]>
  • Loading branch information
mgrzaslewicz and mgrzaslewicz authored Jan 14, 2022
1 parent 39540e0 commit 7024242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7024242

Please sign in to comment.