antboy opened a new issue, #2997:
URL: https://github.com/apache/logging-log4j2/issues/2997
The example
src/site/antora/modules/ROOT/examples/manual/configuration/xinclude-loggers.xml
a) contains a spelling mistype (Rogger -> Logger)
b) the example would fail validation with the standard xsd schema (which is
absent in the example) due to
"Attribute 'additivity' is not allowed to appear in element 'Logger'.
Although using it does actually work, so perhaps it's an xsd problem really?
The above problem, if the xml contains the xsd reference:
<Configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://logging.apache.org/xml/ns"
xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-config-2.xsd">
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]