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

Description
Hello,
I'm using your library and would need to set it up to output logs in the logstash format so they get parsed correctly by third party services using logstash. for example the current asctime and levelname don't get recognized.
I was tempted to use https://github.com/mbarrientos/logstash-python-formatter but it's not maintained for too long now and this may cause security problems.
I read the README and its section about adding extra fields but it seems to be outdated as I can'T see this fields in the class builder of JsonFormatter. Could you please guide me on what to do to change to rename fields and add new ones ?
Thanks!