Skip to content

Commit

Permalink
OK-421 Log executionId
Browse files Browse the repository at this point in the history
  • Loading branch information
msiukola committed Nov 21, 2024
1 parent 6aa2885 commit a840edf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ class OvaraService(
countF.map(count => SiirtotiedostoResultForHaku(hakuOid, "proxysuoritukset", count, None))
} catch {
case t: Throwable =>
logger.error(s"Jotain meni yllättävän paljon vikaan", t)
logger.error(s"$executionId Jotain meni yllättävän paljon vikaan", t)
Future.successful(SiirtotiedostoResultForHaku(hakuOid, "proxysuoritukset", 0, Some(t)))
}
}
Expand Down

0 comments on commit a840edf

Please sign in to comment.