sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

`Logging Sensitive Data` section is outdated in README.md

Open grimsa opened this issue 4 years ago • 0 comments

https://github.com/AuthorizeNet/sdk-java#logging-sensitive-data seems to be outdated after the switch to Log4j 2. Link to log4j.properties is broken as well.

Ideally, the facilities for masking sensitive data should:

  • either be provided for all popular logging frameworks (with provided dependency scope, in order to not make them transitive dependencies, see https://github.com/AuthorizeNet/sdk-java/issues/170)
  • or be generic, making it easy to wrap them to adapt to the framework the project consuming the SDK is using

grimsa avatar Jul 09 '20 11:07 grimsa