in src/main/scala/Logging.scala [13:15]
def logSuccessfulResult(accountId: String): Unit = { logInfo(accountId, s"SUCCESSFUL processing.") }