Skip to content

Commit

Permalink
Logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbonte21 committed Jan 25, 2024
1 parent 38d3e0c commit eb12487
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ public static List<RangerPolicy> getRelevantPolicies(String persona, String purp
}

RequestContext.get().endMetricRecord(recorder);
LOG.info("final filtered policies {}: {}", serviceName, policies.size());
return policies;
}

Expand Down

0 comments on commit eb12487

Please sign in to comment.