![JAR search and dependency download from the Maven repository](/logo.png)
r.mir-module.2023.06.2.source-code.log4j2.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mir-module Show documentation
Show all versions of mir-module Show documentation
Contains all files and classes for a Institutional Repository
<?xml version="1.0" encoding="UTF-8"?> <configuration status="OFF"> <appenders> <Console name="Console" target="SYSTEM_OUT"> <PatternLayout pattern="%d{ISO8601} %-5p %X{loginId} %c{1}: %m%n%ex" /> </Console> </appenders> <loggers> <root level="info"> <appender-ref ref="Console" /> </root> <logger name="org.hibernate" level="error" /> <logger name="org.mycore.frontend.editor.validation" level="info" /> <logger name="org.mycore.common.xsl.MCRTraceListener" level="info" /> <!-- remove me later --> <logger name="org.mycore.access.facts" level="debug" /> <logger name="org.mycore.common.xml.MCRURIResolver" > <filters> <MarkerFilter marker="tryResolveXML" onMatch="NEUTRAL" onMismatch="ACCEPT"/> <MCRUniqueFilter onMatch="DENY" onMismatch="ACCEPT"/> </filters> </logger> </loggers> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy