<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 1/30/15 1:20 PM, Tom Zeller wrote:<br>
    </div>
    <blockquote
cite="mid:CAMNmQDRsUsJv37mNKWVJe6mYMQzM6UbNmOmcd9Pt9h2RQrwtMw@mail.gmail.com"
      type="cite">
      <pre wrap="">
Consent audit logging which writes to logs/idp-consent-audit.log is
defined in conf/intercept/consent-intercept-config.xml. To add logging
of the remote address, a "%a" needs to be added to the audit
formatting map :</pre>
    </blockquote>
    <br>
    I see now.<br>
    <br>
    <blockquote
cite="mid:CAMNmQDRsUsJv37mNKWVJe6mYMQzM6UbNmOmcd9Pt9h2RQrwtMw@mail.gmail.com"
      type="cite">
      <pre wrap="">
However, there is a bug[1] which prevents this from working without
modifying files in system/.</pre>
    </blockquote>
    <br>
    As an ugly short-term workaround, since the IP address is also
    available as an MDC variable, I suppose one could get it into the
    logs by doing what the OP was originally trying, and specify the
    relevant appender Pattern as:<br>
    <br>
    %msg|%mdc{idp.remote_addr}%n<br>
    <br>
    <br>
    <br>
  </body>
</html>