I manage my Components via the SpringBridgeHstComponent. If a Bean can not be initialized I don't see any errors in the log or console. Only the SpringBridgeHstComponent throws an Exception that the delegated bean couldn t be found.
Component exception caught: org.hippoecm.hst.core.component.HstComponentException:
Cannot find delegated spring HstComponent bean from the web application context:
MyBeanName at org.hippoecm.hst.component.support.spring.SpringBridgeHstComponent
.getDelegatedBean(SpringBridgeHstComponent.java:199)
But for finding out why the bean couldn t be initialized I would expect the typical "could not be loaded cause autowired bean is null" or sth.
Does anybody know how to configure the logging for Spring in hippocms?