Skip to content

Commit

Permalink
Decrease logger to fine
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Bescos Gascon <jorge.bescos.gascon@oracle.com>
  • Loading branch information
jbescos committed Sep 6, 2021
1 parent 7d2114b commit 4e523ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private boolean bind(final Class<?> clazz, final Set<Class<?>> providerContracts
final boolean isJaxRsResource = runtimeSpecifics.isJaxRsResource(clazz);

if (isJaxRsResource && !runtimeSpecifics.isAcceptableResource(clazz)) {
LOGGER.info(LocalizationMessages.CDI_NON_INSTANTIABLE_COMPONENT(clazz));
LOGGER.fine(LocalizationMessages.CDI_NON_INSTANTIABLE_COMPONENT(clazz));
return false;
}

Expand Down

0 comments on commit 4e523ce

Please sign in to comment.