logback-XSD
logback-XSD copied to clipboard
An XML Schema Definition for logback
TurboFilter configuration is part of logback and it's not supported in the xsd. Documentation: http://logback.qos.ch/manual/filters.html Configuration example: ``` sample %-4relative [%thread] %-5level %logger - %msg%n ```
support "springProperty" tag and "springProfile" tag which both might be used in logback-spring.xml
If using variables in some places with specific narrow validations (file sizes, boolean true/false values...), I get: ``` Multiple annotations found at this line: - cvc-pattern-valid: Value '${logback.debug.http.max-file-size}' is not...
any plans to support for logback include files? Thank you.
I use `maven-jaxb2-plugin:0.14.0` generate parser for logback xml configuration file. However, the result returned by the parser is weird. For example, I use the parser to parse the logback example...
Optional attribute: https://logback.qos.ch/manual/configuration.html#definingPropsOnTheFly It is very useful to set parameters in runtime. For example, the name of the file or directory of a FILE type appender. You can recall ten...
When dealing with a lot of projects, it would be helpful if logback-XSD was made available via Maven Central. We could copy it to our projects via ``` org.apache.maven.plugins maven-dependency-plugin...
Hi, I get several errors in Eclipse on trying to validate the logback.xsd. They all reference "Unique Particle Attribution" in some way: Example: cos-nonambig: appender-ref and WC[##any](or elements from their...