You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> 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: ()
The text was updated successfully, but these errors were encountered:
TLS Requests version
v1.1.0
Issue description
i can't use built-in logging when using tls-requests:
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
The text was updated successfully, but these errors were encountered: