bleacherreport / plug_logger_json

Elixir Plug that formats http request logs as json
https://dev.bleacherreport.com/elixir-phoenix-centralized-http-logging-aa50efe3105b#.k00ri7og7
Apache License 2.0
132 stars 32 forks source link

Provide config for json library #32

Open egze opened 1 year ago

egze commented 1 year ago

Phoenix now uses Jason by default. Would be great if there was a config and one could pass in Phoenix.json_library().

I'd be happy to make a PR.