Skip to content

Commit

Permalink
changed a info log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranav-b-7 committed Feb 17, 2022
1 parent 1b90bba commit 61941ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public void authorizeUserForApplicationId(
Integer applicationId = getApplicationId(endpointUrl);
PermissionModel permission;

log.info("authorizing the endpoint : {}", endpointUrl);
log.debug("authorizing the endpoint : {}", endpointUrl);

switch (method) {
case GET:
Expand Down

0 comments on commit 61941ff

Please sign in to comment.