Oracle Waveset 8.1.1 System Administrator's Guide

ProcedureTo View Sensitive Data in the Trace Output

By default, Waveset “sanitizes” trace information by replacing each occurrence of sensitive data with a single asterisk. Sensitive data includes any data that is inbound to encryption methods, outbound from decryption methods, and cipher-related metadata such as data lengths, padding lengths, and so forth. However, you can configure a property in the Waveset.properties file to include this information in your trace output for debugging purposes.

Use the following steps to enable sensitive cipher data in your trace logs:

  1. From a command line, open the Waveset.properties file.

  2. Locate the cipher.data.trace property file comments, and uncomment the following line:


    cipher.data.trace=true
  3. Restart your server for this change to take effect.