From fb0629dcb09db4b2ea702a88c3b3d159282e1934 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Tue, 3 May 2016 15:19:29 +0200 Subject: [PATCH] Make logging less verbose for blender_id in production --- pillar/application/modules/blender_id.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillar/application/modules/blender_id.py b/pillar/application/modules/blender_id.py index 0b5bd923..273c9041 100644 --- a/pillar/application/modules/blender_id.py +++ b/pillar/application/modules/blender_id.py @@ -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 # 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'] # Store the user info in MongoDB.