Dale Wyttenbach opened SPR-7607 and commented
In a large configuration the 'Overriding bean definition' log message may be generated hundreds of times.
These messages are all generated with log level INFO from DefaultListableBeanFactory.
When you have a lot of these messages, deciding which of them require your attention can be quite a chore.
It would be helpful if beanDefinition.equals(oldBeanDefinition) were checked, and in the case where they are not equal, a different, more insistent WARN-level log message were generated.
Affects: 3.0.4
Attachments:
Issue Links:
Referenced from: commits e7dde74
2 votes, 6 watchers