nhairs / python-json-logger

JSON Formatter for Python Logging
https://nhairs.github.io/python-json-logger/
BSD 2-Clause "Simplified" License
28 stars 5 forks source link

orjson module docstring refers to msgspec instead of orjson #22

Closed nhairs closed 2 months ago

nhairs commented 2 months ago

https://github.com/nhairs/python-json-logger/blob/main/src/pythonjsonlogger/orjson.py#L1

JSON Formatter using [msgspec](https://github.com/ijl/orjson)
                       ^ this should say orjson not msgspec