General code clean up for easier debugging.

This commit is contained in:
Scott Idem
2022-02-15 11:51:16 -05:00
parent 85e2195297
commit a2f755b914
3 changed files with 7 additions and 7 deletions

View File

@@ -949,7 +949,7 @@ def get_id_random(
table_name: str,
log_lvl: int = logging.WARNING, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
) -> str|bool|None:
log.setLevel(lo_lvl)
log.setLevel(log_lvl)
data = { 'id': record_id }
sql = f"""