Code clean up. Better debugging

This commit is contained in:
Scott Idem
2021-09-29 17:44:51 -04:00
parent c77e066f9e
commit f98c57157b
5 changed files with 51 additions and 17 deletions

View File

@@ -183,6 +183,7 @@ def get_event_file_rec_list(
ORDER BY `event_file`.created_on DESC, `event_file`.updated_on DESC
{sql_limit};
"""
log.debug(sql)
if event_file_rec_li_result := sql_select(data=data, sql=sql, as_list=True):