Skip to content

Commit

Permalink
hotfix (#58)
Browse files Browse the repository at this point in the history
Signed-off-by: Angelica Ochoa <[email protected]>
  • Loading branch information
ao508 authored Jul 23, 2024
1 parent b3ec946 commit 4749375
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ public void run() {
// data dog log message
String ddogLogMessage = validRequestChecker.generateValidationReport(
requestJson, filteredRequestJson);
LOG.info(ddogLogMessage);
if (ddogLogMessage != null) {
LOG.info(ddogLogMessage);
}
}
if (interrupted && requestFilterQueue.isEmpty()) {
break;
Expand Down

0 comments on commit 4749375

Please sign in to comment.