Enabling cookie logging - PingAccess - 7.2

PingAccess

bundle
pingaccess-72
ft:publication_title
PingAccess
Product_Version_ce
PingAccess 7.2
category
Product
pa-72
pingaccess
ContentType_ce

Enable cookie logging, which is an optional feature in the TRACE log level.

  1. Edit the conf/log4j2.xml file and uncomment the following section:
    <AsyncLogger name="com.pingidentity.pa.core.interceptor.CookieLoggingInterceptor" level="TRACE" additivity="false" includeLocation="false">
         <AppenderRef ref="File"/>
    </AsyncLogger>
  2. Save the file.