ppkarwasz commented on issue #1456: URL: https://github.com/apache/logging-log4j2/issues/1456#issuecomment-1528782021
@zi4k4j74yn, We renamed `master` to `main` a couple of months ago. So this is the current schema on master: https://raw.githubusercontent.com/apache/logging-log4j2/main/log4j-core/src/main/resources/Log4j-config.xsd However, similarly to Ant and Maven, Log4j's configuration is schema-less: unless you are using the [strict XML syntax](https://logging.apache.org/log4j/2.x/manual/configuration.html#strict-xml) (which you are not), you can not verify every valid Log4j configuration with a schema. The one we provide only contains (part of) the definitions of those components maintained by Apache Logging Services, but there are also many custom components developed by third parties. -- 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]
