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

rafaelmerino.kafka-cli.1.0.0-RC3.source-code.log4j2.xml Maven / Gradle / Ivy

<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="off" name="KAFKA-CLI" packages="">
    <Appenders>
        <File name="File" fileName="${sys:log4jFilePath:-./kafka-client.log}">
            <PatternLayout pattern="%d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger{36} - %msg%n"/>
        </File>
    </Appenders>
    <Loggers>
        <Root level="DEBUG">
            <AppenderRef ref="File"/>
        </Root>
    </Loggers>
</Configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy