Minor changes... I guess

This commit is contained in:
Scott Idem
2024-03-08 00:24:26 -05:00
parent f97c147ddd
commit eff1da6644
3 changed files with 4 additions and 3 deletions

View File

@@ -175,6 +175,7 @@ async def get_data_store_obj_w_code(
limit = 1, # commons.limit,
enabled = commons.enabled,
):
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.info('Loading successful. Returning result')
data_store_obj = data_store_obj_result[0] # Get first record only
log.debug(data_store_obj)