Less debug
This commit is contained in:
@@ -36,7 +36,7 @@ async def get_obj_id_order_line_list(
|
|||||||
x_account_id: str = Header(..., min_length=11, max_length=22),
|
x_account_id: str = Header(..., min_length=11, max_length=22),
|
||||||
response: Response = Response,
|
response: Response = Response,
|
||||||
):
|
):
|
||||||
log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||||
log.debug(locals())
|
log.debug(locals())
|
||||||
|
|
||||||
if obj_type in ['account', 'order', 'person']:
|
if obj_type in ['account', 'order', 'person']:
|
||||||
|
|||||||
Reference in New Issue
Block a user