Skip to content

Commit

Permalink
use loggermaker
Browse files Browse the repository at this point in the history
  • Loading branch information
avneesh-akto committed Nov 22, 2024
1 parent 38ee5f8 commit 6db2a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public String checkIfDependencyGraphAvailable() {
), Projections.include("_id")
);
long end = System.currentTimeMillis();
System.out.println("checkIfDependencyGraphAvailable db call took: " + (end - start) + " ms");
loggerMaker.infoAndAddToDb("checkIfDependencyGraphAvailable db call took: " + (end - start) + " ms");

dependencyGraphExists = node != null;
return SUCCESS.toUpperCase();
Expand Down

0 comments on commit 6db2a6f

Please sign in to comment.