ools.database.tartarus.3.2.4.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 tartarus Show documentation
Show all versions of tartarus Show documentation
This library retrieves the structure of a database schema including tables, views, sequences,
primary keys, foreign keys, unique keys, column auto-generation, and more.
<?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