Skip to content

Commit 5e61c32

Browse files
committed
d - Legger til logglinje
1 parent 34ecb4b commit 5e61c32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/no/nav/eessi/pensjon/fagmodul/api/SedController.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ class SedController(
124124
@PostMapping("/pdf")
125125
fun lagPdf(@RequestBody pdfJson: String): ResponseEntity<String> {
126126
return pdfGenerert.measure {
127+
logger.info("Lager PDF")
127128
return@measure try {
128129
val response = euxInnhentingService.lagPdf(pdfJson)
129130
if (response) {

0 commit comments

Comments
 (0)