-
Couldn't load subscription status.
- Fork 38.8k
Description
Marten Deinum opened SPR-17090 and commented
There are several implementations of the BeanDefinitionReader interface (as well as the ConfigurationClassBeanDefinitionReader. Each of them has some sort of DEBUG/TRACE logging however each does log different things.
Some do log the resource read (properties based), others don't. Others do log the number of bean definitions read (groovy) others don't. Would be nice if the messages from the different implementations would be unified somehow. Like at least that each reader shows the resource being read and number of beans for instance and also on a consistent level.
This relates to the more general ticket #21485 regarding improving logging.
Affects: 4.3.18, 5.0.7
Issue Links:
- Improve logging for development (DEBUG vs TRACE) [SPR-16946] #21485 Improve logging for development (DEBUG vs TRACE)