Updated CRUD API. Work on an alternative to the x-account-id header value. General clean up.

This commit is contained in:
Scott Idem
2023-08-17 17:50:08 -04:00
parent 48ec743dfa
commit 925760b13d
2 changed files with 17 additions and 3 deletions

View File

@@ -544,7 +544,7 @@ def sql_select(
as_dict: bool|None = True,
as_list: bool|None = False,
max_count: int = 100000,
log_lvl: int = logging.DEBUG, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
log_lvl: int = logging.INFO, # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
) -> None|bool|dict|list:
log.setLevel(log_lvl)