Add support for Log4j2's composite configuration

Closes gh-27110
This commit is contained in:
Andy Wilkinson
2021-10-18 21:27:13 +01:00
parent d6aab2fe84
commit 89b40e1e00
6 changed files with 148 additions and 31 deletions

View File

@@ -64,6 +64,7 @@
<!-- Logging -->
<subpackage name="logging">
<allow pkg="org.springframework.boot.context.properties.bind" />
<disallow pkg="org.springframework.context" />
<disallow pkg="org.springframework.boot.context" />
</subpackage>