We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ca2a9fc + 29f39d6 commit d02d581Copy full SHA for d02d581
msal/application.py
@@ -777,7 +777,7 @@ def get_accounts(self, username=None):
777
accounts = [a for a in accounts
778
if a["username"].lower() == lowercase_username]
779
if not accounts:
780
- logger.warning((
+ logger.debug(( # This would also happen when the cache is empty
781
"get_accounts(username='{}') finds no account. "
782
"If tokens were acquired without 'profile' scope, "
783
"they would contain no username for filtering. "
0 commit comments