diff --git a/app/uk/gov/hmrc/apiplatformoutboundsoap/controllers/ConfirmationController.scala b/app/uk/gov/hmrc/apiplatformoutboundsoap/controllers/ConfirmationController.scala index 4b2ee99..5db6989 100644 --- a/app/uk/gov/hmrc/apiplatformoutboundsoap/controllers/ConfirmationController.scala +++ b/app/uk/gov/hmrc/apiplatformoutboundsoap/controllers/ConfirmationController.scala @@ -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) } }