Skip to content

REmoving sysout and moving to logs slf4j and removing logging of sensitive information.

Cleanup Activity:

  1. Removing log statements where auth header is getting logged since it contains bearer token which is sensitive.
  2. Moving from sysout statements to log.info (slf4j) -As per Best practices
Edited by preeti singh[Microsoft]

Merge request reports