Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adding loggers #44

Merged
merged 2 commits into from
Oct 13, 2024
Merged

feat: Adding loggers #44

merged 2 commits into from
Oct 13, 2024

Conversation

Ashutosh619-sudo
Copy link
Contributor

No description provided.

Copy link
Contributor

@ashwin1111 ashwin1111 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Ashutosh619-sudo pls bump version

@@ -71,9 +75,10 @@ def validate_token(access_token_string: str, origin_address: str) -> Dict:
email = cache.get(email_unique_key)
user = cache.get(user_unique_key)

logger.info('email and user unique key %s, %s', email, user)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print email_unique_key as well

@Ashutosh619-sudo Ashutosh619-sudo merged commit c67eb85 into master Oct 13, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants