Skip to content

Commit

Permalink
fix debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
AnuradhaSK committed Oct 22, 2023
1 parent c71d33a commit 9bb786c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,8 @@ private RolesV2GetResponse filterRolesBySingleAttribute(ExpressionNode node, Int
String attributeValue = node.getValue();
if (LOG.isDebugEnabled()) {
LOG.debug(
"Filtering roles with filter: " + attributeName + " + " + filterOperation + " + " + attributeValue);
"Filtering roles with attributeName: " + attributeName + " , filterOperation: " + filterOperation +
" , attributeValue: " + attributeValue);
}
// Check whether the filter operation is supported for filtering in roles.
if (isFilteringNotSupported(filterOperation)) {
Expand Down

0 comments on commit 9bb786c

Please sign in to comment.