Skip to content

Commit

Permalink
More logging
Browse files Browse the repository at this point in the history
  • Loading branch information
flexable777 committed Jul 1, 2021
1 parent 70d022d commit 9dc3bbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class MottakService(

@Transactional
fun createMottakForKlage(oversendtKlage: OversendtKlage) {
secureLogger.debug("Prøver å lagre oversendtKlage: {}", oversendtKlage)
oversendtKlage.validate()

val mottak = mottakRepository.save(oversendtKlage.toMottak())
Expand Down

0 comments on commit 9dc3bbe

Please sign in to comment.