REmoving sysout and moving to logs slf4j and removing logging of sensitive information.
Cleanup Activity:
- Removing log statements where auth header is getting logged since it contains bearer token which is sensitive.
- Moving from sysout statements to log.info (slf4j) -As per Best practices
Edited by preeti singh[Microsoft]