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