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

rutineer.scrutineer.6.8.13-1.source-code.log4j2.xml Maven / Gradle / Ivy

Go to download

Compares 2 streams of Ids and Versions to prove that a secondary source is in sync with a primary source of truth. Designed to verify an elasticsearch cluster contains correct information from a JDBC source.

There is a newer version: 7.9.3
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>
<Configuration status="WARN">
    <Appenders>
        <Console name="Console" target="SYSTEM_OUT">
            <PatternLayout pattern="[%d{ISO8601} %-5p][%20.20c][%t] %m%n"/>
        </Console>

        <RollingFile name="DailyFileLogger" fileName="./logs/scrutineer.log" filePattern="./logs/scrutineer.%d{yyyy-MM-dd}.log">
            <PatternLayout>
                <pattern>[%d{ISO8601} %-5p][%20.20c][%t] %m%n</pattern>
            </PatternLayout>
            <Policies>
                <TimeBasedTriggeringPolicy interval="1" modulate="true" />
            </Policies>
        </RollingFile>
    </Appenders>


    <Loggers>
        <Root level="INFO">
            <AppenderRef ref="Console"/>
            <AppenderRef ref="DailyFileLogger" />
        </Root>
    </Loggers>
</Configuration>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy