<?xml version="1.0" encoding="UTF-8"?>
<Configuration status="OFF">
  <Appenders>
    <File name="XmlFile" fileName="logs/Log4j2-1244JSONTest.log" immediateFlush="true" append="false">
      <JSONLayout complete="true" charset="UTF-8" compact="false" eventEol="false" header="[{&quot;Header&quot;:&quot;Common Information&quot;}," footer=",{&quot;Footer&quot;:&quot;EOL&quot;}]"/>
    </File>
  </Appenders>

  <Loggers>
    <Root level="all" includeLocation="false">
      <AppenderRef ref="XmlFile"/>
    </Root>
  </Loggers>
</Configuration>
