Skip to content

Commit

Permalink
yadda
Browse files Browse the repository at this point in the history
  • Loading branch information
jnatten committed Sep 5, 2023
1 parent 80ab3ed commit f341d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ trait NdlaController {
.exists(x => x.`type` == "search_context_missing_exception" || x.reason == "Cannot parse scroll id") =>
BadRequest(body = InvalidSearchContext)
case t: Throwable =>
t.printStackTrace()
logger.error(t.getMessage)
logger.error(t.getMessage, t)
InternalServerError(body = Error(GENERIC, GENERIC_DESCRIPTION))
}

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val Log4JV = "2.19.0"
val JettyV = "9.4.48.v20220622"
val AwsSdkV = "1.12.276"
val MockitoV = "1.17.12"
val MockitoV = "1.17.22"
val Elastic4sV = "8.5.0"
val JacksonV = "2.14.1"
val CatsEffectV = "3.5.1"
Expand Down

0 comments on commit f341d2e

Please sign in to comment.