info log didn't show up. Maybe debug?

This commit is contained in:
mike cullerton 2021-11-03 10:36:27 -04:00
parent 8b6c8f9518
commit 50d4159168
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ class ProtocolBuilderService(object):
raise ApiError("protocol_builder_error", "This user id is invalid: " + str(user_id))
url = ProtocolBuilderService.STUDY_URL % user_id
logging.info(f'get_studies: url: {url}')
logging.debug(f'get_studies: url: {url}')
response = requests.get(url)
if response.ok and response.text:
logging.info(f'get_studies: response.text: {response.text}')