Skip to content

Commit

Permalink
Adds comment to virus scanner to just show it was created in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bseeger committed Oct 11, 2023
1 parent 5a61b1d commit 03fdef5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class ClammitVirusScanner implements FileVirusScanner {
public ClammitVirusScanner(
@Value("${form-flow.uploads.virus-scanning.service-url}") String clammitUrl,
@Value("${form-flow.uploads.virus-scanning.timeout:5000}") int timeout) {
log.info("Clammit Virus Scanner created!");
this.clammitUrl = clammitUrl;
this.timeout = timeout;
}
Expand Down

0 comments on commit 03fdef5

Please sign in to comment.