in src/main/scala/Logging.scala [5:7]
def logInfo(accountId: String, message: String): Unit = { logger.info(s"AccountId $accountId: $message") }