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

ools.database.tartarus.3.2.4.source-code.log4j2.xml Maven / Gradle / Ivy

Go to download

This library retrieves the structure of a database schema including tables, views, sequences, primary keys, foreign keys, unique keys, column auto-generation, and more.

There is a newer version: 3.2.7
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN" shutdownHook="disable">

  <Appenders>

    <Console name="Console" target="SYSTEM_OUT">
      <PatternLayout pattern="%d{YYYY-MM-dd HH:mm:ss} %-5p [%T] %C{1}(%L) - %m%n" />
    </Console>

  </Appenders>

  <Loggers>

    <!-- Adding logging to specific Java classes -->

<!-- 
    <Logger name="org.nocrala.tools.database.tartarus.core.JdbcDatabase" level="debug" />
    <Logger name="tartarus-metadata-retrieval" level="debug" />
-->

    <!-- Set default logger level to INFO -->
    <Root level="info">
      <AppenderRef ref="Console" />
    </Root>
    
  </Loggers>

</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy