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

Improve fileConfig / dictConfig documentation #19

Open nhairs opened 3 months ago

nhairs commented 3 months ago

The current documentation is copied from the original project.

It can probably be improved especially to document around using the () syntax (as mentioned in this comment) to gain access to non-standard __init__ arguments / which ones support turning strings into objects etc.