Skip to content

Commit

Permalink
Merge pull request #627 from akto-api-security/feature/graphql-inveto…
Browse files Browse the repository at this point in the history
…ry-logging

Feature/graphql inventory logging
  • Loading branch information
shivam-rawat-akto authored Oct 7, 2023
2 parents 5aad389 + 74cb50a commit d020f12
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ public List<HttpResponseParams> filterHttpResponseParams(List<HttpResponseParams
filteredResponseParams.add(httpResponseParam);
} else {
filteredResponseParams.addAll(responseParamsList);
loggerMaker.infoAndAddToDb("Adding " + responseParamsList.size() + "new graphql endpoints in invetory",LogDb.RUNTIME);
}

if (httpResponseParam.getSource().equals(HttpResponseParams.Source.MIRRORING)) {
Expand Down

0 comments on commit d020f12

Please sign in to comment.