We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e196e6 commit dc79209Copy full SHA for dc79209
tls_requests/utils.py
@@ -5,7 +5,7 @@
5
import logging
6
from typing import Any, AnyStr, Union
7
8
-FORMAT = "%(levelname)s:%(asctime)s:%(_name)s:%(funcName)s:%(lineno)d >>> %(message)s"
+FORMAT = "%(levelname)s:%(asctime)s:%(name)s:%(funcName)s:%(lineno)d >>> %(message)s"
9
DATE_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
10
11
0 commit comments