diff --git a/dojo/models.py b/dojo/models.py index 48c274ae006..d0572d370b7 100644 --- a/dojo/models.py +++ b/dojo/models.py @@ -2946,7 +2946,7 @@ def compute_hash_code(self): # Make sure that we have a cwe if we need one if self.cwe == 0 and not self.test.hash_code_allows_null_cwe: - deduplicationLogger.warning( + deduplicationLogger.debug( "Cannot compute hash_code based on configured fields because cwe is 0 for finding of title '" + self.title + "' found in file '" + str(self.file_path) + "'. Fallback to legacy mode for this finding.") return self.compute_hash_code_legacy()