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

use jason #22

Closed AlexKovalevych closed 5 years ago

bgmarx commented 5 years ago

Jason seems to be the way things are moving. Would it make sense to make the JSON lib configurable for people for whatever reason prefer using poison (or jiffy for that matter)?

Also, apologies for the delayed response.

AlexKovalevych commented 5 years ago

Would it make sense to make the JSON lib configurable

Probably yes, i'll work on it

AlexKovalevych commented 5 years ago

Closing in favor of https://github.com/bleacherreport/plug_logger_json/pull/23