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.
1 parent 06f2abb commit 29f39d6Copy full SHA for 29f39d6
msal/application.py
@@ -758,7 +758,7 @@ def get_accounts(self, username=None):
758
accounts = [a for a in accounts
759
if a["username"].lower() == lowercase_username]
760
if not accounts:
761
- logger.warning((
+ logger.debug(( # This would also happen when the cache is empty
762
"get_accounts(username='{}') finds no account. "
763
"If tokens were acquired without 'profile' scope, "
764
"they would contain no username for filtering. "
0 commit comments