Skip to content

Commit

Permalink
Lagt til debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrChmyrNAV committed Dec 3, 2024
1 parent 77e24cf commit a7ea1c2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ class ProcessingService(private val httpClient: PayloadProcessingClient, private
} catch (e: Exception) {
log.error("Exception while sending acknowledgment to queue", e)
}
log.debug("Acknowledgment sent to queue")
}

private fun fail(fail: EbmsFail) {
Expand Down

0 comments on commit a7ea1c2

Please sign in to comment.