Skip to content

Commit d3da3e7

Browse files
Merge pull request #21 from LanceaKing/patch-1
bugs: fix logging error #20
2 parents 4e196e6 + dc79209 commit d3da3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls_requests/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import logging
66
from typing import Any, AnyStr, Union
77

8-
FORMAT = "%(levelname)s:%(asctime)s:%(_name)s:%(funcName)s:%(lineno)d >>> %(message)s"
8+
FORMAT = "%(levelname)s:%(asctime)s:%(name)s:%(funcName)s:%(lineno)d >>> %(message)s"
99
DATE_FORMAT = "%Y-%m-%dT%H:%M:%SZ"
1010

1111

0 commit comments

Comments
 (0)