<?xml version="1.0" encoding="UTF-8"?>
<configuration>

    <appender name="CAPTOR" class="dev.fitko.fitconnect.client.testutil.LogCaptor"/>

    <root level="ALL">
        <appender-ref ref="CAPTOR"/>
    </root>

</configuration>