You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2021/08/25 14:53:41 UTC

[logging-log4j2] branch master updated: Add missing JsonLayout properties to the XSD. (#558)

This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ef3a39  Add missing JsonLayout properties to the XSD. (#558)
3ef3a39 is described below

commit 3ef3a392832101a95edc3e3a0eed5b1ce69a51d6
Author: Alexander Biryukov <sa...@gmail.com>
AuthorDate: Wed Aug 25 17:53:36 2021 +0300

    Add missing JsonLayout properties to the XSD. (#558)
---
 log4j-core/src/main/resources/Log4j-config.xsd | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/log4j-core/src/main/resources/Log4j-config.xsd b/log4j-core/src/main/resources/Log4j-config.xsd
index ebe0031..e76e458 100644
--- a/log4j-core/src/main/resources/Log4j-config.xsd
+++ b/log4j-core/src/main/resources/Log4j-config.xsd
@@ -509,6 +509,9 @@
       <attribute name="locationInfo" type="tns:BooleanType" />
       <attribute name="properties" type="tns:BooleanType" />
       <attribute name="stacktraceAsString" type="tns:BooleanType" />
+      <attribute name="propertiesAsList" type="tns:BooleanType" />
+      <attribute name="includeTimeMillis" type="tns:BooleanType" />
+      <attribute name="objectMessageAsJsonObject" type="tns:BooleanType" />
    </complexType>
 
    <complexType name="JCsvParameterLayoutType">