add log
This commit is contained in:
parent
0b0b33169a
commit
65478bfd36
@ -604,7 +604,8 @@ public class TyrSaasAuthServiceImpl implements TyrSaasAuthService {
|
||||
log.info("=====match role:{}", rolePermission.getId());
|
||||
matchedRoleList.add(rolePermission);
|
||||
} else {
|
||||
log.warn("=========not match role:{}", JSON.toJSONString(rolePermission));
|
||||
log.info("=====not_match-role-id:{}", rolePermission.getId());
|
||||
log.warn("=========not match role: {}",JSON.toJSONString(rolePermission));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user