Skip to content

Commit

Permalink
Frem til vi ikke lagrer noe kan vi logge alt 🪵
Browse files Browse the repository at this point in the history
  • Loading branch information
fraadsbrandth committed Feb 7, 2024
1 parent 4e8d834 commit b673579
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ internal class HendelseRiver(
}

override fun onPacket(packet: JsonMessage, context: MessageContext) {
if (!opprett(packet).håndter(behandlingDao)) return
//if (!opprett(packet).håndter(behandlingDao)) return
opprett(packet).håndter(behandlingDao)
packet.structuredArguments.let {
sikkerLogg.info("HÃ¥ndterte $eventName. ${it.joinToString { "{}" }}\n\t${packet.toJson()}", *it.toTypedArray())
}
Expand Down

0 comments on commit b673579

Please sign in to comment.