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

scalecube-config-examples.0.5.0.RC2.source-code.log4j2.xml Maven / Gradle / Ivy

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

  <Appenders>
    <Console name="console" target="SYSTEM_OUT">
      <PatternLayout>
        <pattern>%level{length=1} %date{MMdd-HHmm:ss,SSS} %logger{1.} %message [%thread]%n</pattern>
      </PatternLayout>
    </Console>
  </Appenders>

  <Loggers>
    <Root level="DEBUG">
      <AppenderRef ref="console"/>
    </Root>
  </Loggers>

</Configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy