madzak / python-json-logger

Json Formatter for the standard python logger
BSD 2-Clause "Simplified" License
1.7k stars 231 forks source link

Adding support for all string formatting styles: '%', '$', or '{'. #117

Closed Alsheh closed 2 years ago

Alsheh commented 3 years ago

This PR should make it possible to use any of the following string formats: "%(message)s", "{message}", or "${message}".

madzak commented 2 years ago

Good addition, if you have some time i'd appreciate if you could add a test for these cases

madzak commented 2 years ago

Thanks for the contribution!