Skip to content

Commit

Permalink
Merge pull request #555 from /issues/532-oidc-logging
Browse files Browse the repository at this point in the history
Change log level of DIRECT activation fallback
  • Loading branch information
banterCZ authored Sep 17, 2024
2 parents fb4b766 + 6037791 commit ece151c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ private ActivationLayer1Response processDirectOrCustomActivation(final Encryptio
if (METHOD_OIDC.equals(method)) {
return processOidcActivation(eciesContext, request);
} else {
logger.info("Unknown method: {} of direct activation, fallback to custom activation", method);
logger.debug("Unknown method: {} of direct activation, fallback to custom activation", method);
}
}

Expand Down

0 comments on commit ece151c

Please sign in to comment.