Skip to content

Commit

Permalink
Update felles/src/main/kotlin/no/nav/helsearbeidsgiver/felles/rapidsr…
Browse files Browse the repository at this point in the history
…ivers/redis/RedisStore.kt

Co-authored-by: Magnus Sælensminde <[email protected]>
  • Loading branch information
bjerga and magnusae authored Oct 28, 2024
1 parent 5f401ff commit f62fd81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class RedisStore(
}

private fun String.skriv(value: JsonElement) {
sikkerLogger.debug("Setting in redis:\n$this -> ${value.toPretty()}")
sikkerLogger.debug("Skriver til redis:\n$this -> ${value.toPretty()}")
redis.set(this, value.toString())
}

Expand Down

0 comments on commit f62fd81

Please sign in to comment.