Skip to content

Commit

Permalink
Logg mindre data
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Oct 3, 2024
1 parent 3f0223b commit 7eba0e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ INSERT INTO FORHAANDSORIENTERING(ID, AKTOR_ID, AKTIVITET_ID, AKTIVITET_VERSJON,
""";
template.update(sql, params);

LOG.info("opprettet forhåndsorientering: {} med id: {} og aktivitetId: {}", fhoData, id, aktivitetId);
LOG.info("opprettet forhåndsorientering med id: {} og aktivitetId: {}", id, aktivitetId);

return getById(id.toString());
}
Expand Down

0 comments on commit 7eba0e4

Please sign in to comment.