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
@@ -11,10 +11,6 @@ Python JSON Logger enables you produce JSON logs when using Python's `logging` p
11
11
JSON logs are machine readable allowing for much easier parsing and ingestion into log aggregation tools.
12
12
13
13
14
-
### 🚨 Important 🚨
15
-
16
-
This repository is a maintained fork of [madzak/python-json-logger](https://github.com/madzak/python-json-logger) pending [a PEP 541 request](https://github.com/pypi/support/issues/3607) for the PyPI package. The future direction of the project is being discussed [here](https://github.com/nhairs/python-json-logger/issues/1).
@@ -15,10 +15,6 @@ JSON logs are machine readable allowing for much easier parsing and ingestion in
15
15
This library assumes that you are famliar with the `logging` standard library package; if you are not you should start by reading the official [Logging HOWTO](https://docs.python.org/3/howto/logging.html).
16
16
17
17
18
-
!!! warning
19
-
This repository is a maintained fork of [madzak/python-json-logger](https://github.com/madzak/python-json-logger) pending [a PEP 541 request](https://github.com/pypi/support/issues/3607) for the PyPI package. The future direction of the project is being discussed [here](https://github.com/nhairs/python-json-logger/issues/1).
20
-
21
-
22
18
## Features
23
19
24
20
-**Standard Library Compatible:** Implement JSON logging without modifying your existing log setup.
Copy file name to clipboardExpand all lines: docs/quickstart.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,11 @@
9
9
10
10
### Install via pip
11
11
12
-
Until the PEP 541 request is complete you will need to install directly from github.
12
+
```shell
13
+
pip install python-json-logger
14
+
```
13
15
14
-
####Install from GitHub
16
+
### Install from GitHub
15
17
16
18
To install from [releases](https://github.com/nhairs/python-json-logger/releases) (including development releases), you can use the URL to the specific wheel.
0 commit comments