This commit is contained in:
parent
7434c47755
commit
a962435898
|
@ -9,6 +9,8 @@ from settings import ADMIN_SECRET, AUTH_URL
|
|||
trace_logger = logging.getLogger('_trace')
|
||||
trace_logger.setLevel(logging.INFO)
|
||||
|
||||
httpx_logger = logging.getLogger('httpx')
|
||||
trace_logger.setLevel(logging.INFO)
|
||||
|
||||
async def request_data(gql, headers=None):
|
||||
if headers is None:
|
||||
|
|
Loading…
Reference in New Issue
Block a user