All Downloads are FREE. Search and download functionalities are using the official Maven repository.

query.rdf.tools.0.3.2.source-code.logback-verbose.xml Maven / Gradle / Ivy

Go to download

Tools to sync Wikibase to RDF stores. Also contains overall integration tests that rely on everything else.

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
      <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
      <outputPatternAsHeader>true</outputPatternAsHeader>
    </encoder>
  </appender>

  <logger name="org.wikidata.query.rdf" level="debug"/>

  <root level="warn">
    <appender-ref ref="STDOUT"/>
  </root>
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy