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

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

Go to download

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

There is a newer version: 0.3.2
Show newest version
<configuration>
  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
    <encoder>
      <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
    </encoder>
  </appender>

  <root level="warn">
    <appender-ref ref="STDOUT" />
  </root>
  <logger name="org.wikidata.query.rdf" level="info" />
</configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy