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

nomics.fgbio_2.13.2.4.0.source-code.log4j2.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="WARN">
  <Appenders>
    <Console name="Console" target="SYSTEM_ERR">
      <PatternLayout pattern="%d{HH:mm:ss.SSS} %-5level %logger{1} - %msg%n"/>
    </Console>
  </Appenders>
  <Loggers>
    <!-- Suppress any log messages less severe than WARN for the Intel deflater and set additivity to false to avoid
          passing messages to the Root logger and causing duplicate messages  -->
    <Logger name="com.intel.gkl" level="WARN" additivity="false">
      <AppenderRef ref="Console"/>
    </Logger>
    <Root level="INFO">
      <AppenderRef ref="Console"/>
    </Root>
  </Loggers>
</Configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy