-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow to set json encoder #23
base: master
Are you sure you want to change the base?
Conversation
Thanks for the PR! I'll look at it this week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR! Can you please rebase your changes on master
?
lib/plug/logger_json.ex
Outdated
@@ -21,7 +21,13 @@ defmodule Plug.LoggerJSON do | |||
} | |||
``` | |||
|
|||
To use it, just plug it into the desired module. | |||
To use it, set json_encoder parameter in you config: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/you/your
it would be nice if this PR could be merged as Poison is not the de-facto json encoder/decoder anymore. |
Ok, i'll fix it on this week |
e0346c9
to
231180f
Compare
Hey guys, I'm interested in using |
No description provided.