Merge pull request #14845 from ranarula

* pr/14845:
  Polish SpringBootJoranConfigurator
pull/14844/merge
Phillip Webb 6 years ago
commit 1657945340

@ -45,7 +45,7 @@ class SpringBootJoranConfigurator extends JoranConfigurator {
rs.addRule(new ElementSelector("configuration/springProperty"),
new SpringPropertyAction(environment));
rs.addRule(new ElementSelector("*/springProfile"),
new SpringProfileAction(this.initializationContext.getEnvironment()));
new SpringProfileAction(environment));
rs.addRule(new ElementSelector("*/springProfile/*"), new NOPAction());
}

Loading…
Cancel
Save