Skip to content

Commit

Permalink
D - Logger env
Browse files Browse the repository at this point in the history
  • Loading branch information
dskarpas committed Jun 13, 2024
1 parent a28307b commit 14d3cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class PensjonsinformasjonService(private val pensjonsinformasjonClient: Pensjons
logger.debug("----------------------------------------------------------")
val starttime = System.nanoTime()

logger.debug("Starter [vedtak] Preutfylling Utfylling Data for $environment")
logger.info("Starter [vedtak] Preutfylling Utfylling Data for $environment")
logger.debug("vedtakId: $vedtakId")

val pensjonsinformasjon = if( environment in listOf("test", "q1")) {
Expand Down

0 comments on commit 14d3cb2

Please sign in to comment.