Commit 16579453 authored by Phillip Webb's avatar Phillip Webb

Merge pull request #14845 from ranarula

* pr/14845:
  Polish SpringBootJoranConfigurator
parents f986a30d c078d0cb
......@@ -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());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment