Better debug info
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user