Make logging less verbose for blender_id in production
This commit is contained in:
@@ -64,7 +64,7 @@ def validate_create_user(blender_id_user_id, token, oauth_subclient_id):
|
|||||||
|
|
||||||
# Blender ID can be queried without user ID, and will always include the
|
# Blender ID can be queried without user ID, and will always include the
|
||||||
# correct user ID in its response.
|
# correct user ID in its response.
|
||||||
log.info('Obtained user info from Blender ID: %s', user_info)
|
log.debug('Obtained user info from Blender ID: %s', user_info)
|
||||||
blender_id_user_id = user_info['id']
|
blender_id_user_id = user_info['id']
|
||||||
|
|
||||||
# Store the user info in MongoDB.
|
# Store the user info in MongoDB.
|
||||||
|
Reference in New Issue
Block a user