Hi
in org.apache.webbeans.config.BeansDeployer#isValidManagedBean we log in
info and finer if a bean is not a managed bean:
logger.info("skipped deployment of: " + beanClass.getName() + " reason: " +
e.getMessage());
logger.log(Level.FINER, "skipped deployment of: " + beanClass.getName() + "
details: ", e);
the question is: any issue removing the info line?
*Romain Manni-Bucau*
*Twitter: @rmannibucau <https://twitter.com/rmannibucau>*
*Blog: **http://rmannibucau.wordpress.com/*<http://rmannibucau.wordpress.com/>
*LinkedIn: **http://fr.linkedin.com/in/rmannibucau*
*Github: https://github.com/rmannibucau*