Skip to content

Commit

Permalink
Merge pull request #16 from FINTLabs/FFS-119-fjerne-all-logging-av-in…
Browse files Browse the repository at this point in the history
…stans-innhold

Ffs 119 fjerne all logging av instans innhold
  • Loading branch information
Battlestad authored Aug 29, 2023
2 parents cce17d0 + 291e8ed commit 7a869b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

implementation 'org.springframework.kafka:spring-kafka'

implementation 'no.fintlabs:fint-flyt-cache:1.0.0'
implementation 'no.fintlabs:fint-flyt-cache:1.2.0'

compileOnly 'org.projectlombok:lombok'
runtimeOnly 'io.micrometer:micrometer-registry-prometheus'
Expand Down
4 changes: 4 additions & 0 deletions src/main/java/no/fintlabs/arkiv/sak/CaseTitle.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ public class CaseTitle {

private final String value;

@Override
public String toString() {
return "Sensitive data omitted";
}
}

0 comments on commit 7a869b3

Please sign in to comment.