Better debug info

This commit is contained in:
Scott Idem
2024-03-29 13:14:35 -04:00
parent 257edec1a7
commit 8c3786947e
4 changed files with 8 additions and 10 deletions

View File

@@ -694,7 +694,7 @@ def sql_select(
elif table_name and field_name and field_value and not (record_id or record_id_random or sql or data):
# Select all records from a table with a specific field and field value
# Updated 2023-11-30
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log.info('Select all records from a table with a specific field and field value')
if not data: