Skip to content

Commit

Permalink
Don't use our old "endringslogg"-implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
flexable777 committed Feb 13, 2025
1 parent db3d7b8 commit 8531db8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package no.nav.klage.oppgave.eventlisteners
import no.nav.klage.oppgave.domain.events.BehandlingEndretEvent
import no.nav.klage.oppgave.repositories.EndringsloggRepository
import no.nav.klage.oppgave.util.getLogger
import org.springframework.context.event.EventListener
import org.springframework.stereotype.Service

@Service
Expand All @@ -14,7 +13,7 @@ class StoreEndringsloggEventListener(private val endringsloggRepository: Endring
private val logger = getLogger(javaClass.enclosingClass)
}

@EventListener
// @EventListener
fun storeEndringslogg(behandlingEndretEvent: BehandlingEndretEvent) {
logger.debug(
"Received BehandlingEndretEvent for behandlingId {} in StoreEndringsloggEventListener",
Expand Down

0 comments on commit 8531db8

Please sign in to comment.