Skip to content

Commit

Permalink
Change logging to Pii in response to feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-arroyo committed Jun 15, 2020
1 parent 7dcaf9c commit 52ced37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/msal-core/src/UserAgentApplication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ export class UserAgentApplication {
const token = accessTokenItems[i];
if (token.value.accessToken === accessToken) {
this.cacheStorage.removeItem(JSON.stringify(token.key));
this.logger.info(`Access token removed: ${token.key}`);
this.logger.verbosePii(`Access token removed: ${token.key}`);
}
}
}
Expand Down

0 comments on commit 52ced37

Please sign in to comment.