8000 Merge pull request #141 from deronnax/patch-1 · madzak/python-json-logger@81c7b71 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 81c7b71

Browse files
authored
Merge pull request #141 from deronnax/patch-1
update documentation link to json module + use https
2 parents 904875c + 456d532 commit 81c7b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pythonjsonlogger/jsonlogger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class JsonFormatter(logging.Formatter):
8282
def __init__(self, *args, **kwargs):
8383
"""
8484
:param json_default: a function for encoding non-standard objects
85-
as outlined in http://docs.python.org/2/library/json.html
85+
as outlined in https://docs.python.org/3/library/json.html
8686
:param json_encoder: optional custom encoder
8787
:param json_serializer: a :meth:`json.dumps`-compatible callable
8888
that will be used to serialize the log record.

0 commit comments

Comments
 (0)
0