Skip to content

Commit

Permalink
APID-187: add logging when returning a 400 for a missing id
Browse files Browse the repository at this point in the history
  • Loading branch information
worthydolt committed Jul 21, 2021
1 parent 4b9c5c0 commit 98e5a5e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class ConfirmationController @Inject()(cc: ControllerComponents,
NotFound
}
} else {
logger.warn(s"Unable to find RelatesTo id in [$id]. Request is ${xml}")
Future.successful(BadRequest)
}
}
Expand Down

0 comments on commit 98e5a5e

Please sign in to comment.