LOG4J2-1623 Fix XML schema for configuration file
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2153a262 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2153a262 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2153a262 Branch: refs/heads/LOG4J2-1390 Commit: 2153a2621a7ccfa8e9eb006ae8482e8d8dfbc6bc Parents: 705e272 Author: Mikael Ståldal <[email protected]> Authored: Tue Oct 4 12:04:15 2016 +0200 Committer: Mikael Ståldal <[email protected]> Committed: Tue Oct 4 12:04:15 2016 +0200 ---------------------------------------------------------------------- log4j-core/src/main/resources/Log4j-config.xsd | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2153a262/log4j-core/src/main/resources/Log4j-config.xsd ---------------------------------------------------------------------- diff --git a/log4j-core/src/main/resources/Log4j-config.xsd b/log4j-core/src/main/resources/Log4j-config.xsd index af13d71..e75cb9e 100644 --- a/log4j-core/src/main/resources/Log4j-config.xsd +++ b/log4j-core/src/main/resources/Log4j-config.xsd @@ -38,6 +38,7 @@ <xs:attribute name="strict" type="xs:string"/> <xs:attribute name="name" type="xs:string"/> <xs:attribute name="advertiser" type="xs:string"/> + <xs:attribute name="shutdownTimeout" type="xs:string" use="optional"/> <xs:attribute name="schema" type="xs:string"/> </xs:complexType> <xs:complexType name="PropertiesType">
