David Boden opened SPR-10568 and commented
When creating an application context, these log lines are output at DEBUG level many tens of times. It seems that there are an excess of StandardEnvironment objects being created.
DEBUG org.springframework.core.env.StandardEnvironment - Initializing new StandardEnvironment
DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemProperties] PropertySource with lowest search precedence
DEBUG org.springframework.core.env.StandardEnvironment - Adding [systemEnvironment] PropertySource with lowest search precedence
DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources
Affects: 3.2.2
1 votes, 3 watchers