in src/main/scala/com/gu/flexible/snapshotter/model/Attempt.scala [133:138]
def logTo(logger: Logger): Unit = { throwable match { case None => logger.error(logString) case Some(t) => logger.error(logString, t) } }