Better logging. Less logging.

This commit is contained in:
Scott Idem
2024-10-09 11:17:25 -04:00
parent 3bf54fcb47
commit 1c91c92d67
3 changed files with 34 additions and 25 deletions

View File

@@ -514,7 +514,7 @@ def handle_get_obj_li(
limit = commons.limit,
offset = commons.offset,
as_list = True,
log_lvl = logging.INFO
# log_lvl = logging.INFO
)
else:
# NOTE: The enabled and hidden parameters are new to this endpoint and the sql_select function! -2023-07-06
@@ -534,7 +534,7 @@ def handle_get_obj_li(
limit = commons.limit,
offset = commons.offset,
as_list = True,
log_lvl = logging.INFO
# log_lvl = logging.INFO
)
# log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL