Closed
Description
TLS Requests version
v1.1.0
Issue description
i can't use built-in logging when using tls-requests:
ValueError: Formatting field not found in record: '_name'
this error is caused by the wrong _name
field in the logging format:
tls-requests/tls_requests/utils.py
Line 8 in 4e196e6
Steps to reproduce / Code Sample
>>> import tls_requests
>>> import logging
>>> logging.info("aaa")
...
ValueError: Formatting field not found in record: '_name'
Call stack:
File "<stdin>", line 1, in <module>
Message: 'aaa'
Arguments: ()