From 7ea932a321eeb442d1b44c923825f141a2c4d094 Mon Sep 17 00:00:00 2001 From: Scott Idem Date: Wed, 16 Mar 2022 18:15:17 -0400 Subject: [PATCH] Improve FQDN lookup wiht access and referrer. --- app/routers/order_line.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routers/order_line.py b/app/routers/order_line.py index 60fe05d..c09022c 100644 --- a/app/routers/order_line.py +++ b/app/routers/order_line.py @@ -36,7 +36,7 @@ async def get_obj_id_order_line_list( x_account_id: str = Header(..., min_length=11, max_length=22), response: Response = Response, ): - log.setLevel(logging.INFO) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL + log.setLevel(logging.DEBUG) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL log.debug(locals()) if obj_type in ['account', 'order', 'person']: