Skip to content

Commit

Permalink
F - Logger gjennyinfo sammen med rinasak
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Apr 25, 2024
1 parent 99c78d1 commit e7f0430
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class GcpStorageService(
}.onFailure { e ->
logger.error("Feilet med å lagre dokument med id: ${blobInfo.blobId.name}", e)
}.onSuccess {
logger.info("Lagret fil med blobid: ${blobInfo.blobId.name} og bytes: $it")
logger.info("Lagret info på S3 med rinaID: $euxCaseId for gjenny: ${gjennysak.toJson()}")
}
}

Expand Down

0 comments on commit e7f0430

Please sign in to comment.