-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
core: add DisableHTMLEscape flag to json_formatter #524
Conversation
Any plans on getting this fixed and merged in to the master? |
Any update on this issues? |
I can't really do anything here, since the CI needs to be adjusted to drop go 1.6 support for the tests to pass. The library seems to be abandoned though :( |
@dgsb @igorsechyn CI now drops support for 1.6.. Can this PR be merged?(after resolve conflict) |
bump for this issue. would be really nice to have this. we are at go 1.13 now btw. |
@igorsechyn Any interest in rebasing this PR? |
some news? |
made a pull request that resolved conflicts here: |
resolved conflicts for DisableHTMLEscape in json_formatter.go pull request #524
Fixed in #1113. Thank you @igorsechyn ! |
resolved conflicts for DisableHTMLEscape in json_formatter.go pull request sirupsen#524
This will enable logging URLs with special characters like "&" and "%".
HTML escaping support was only however added in go 1.7, so it is not compatible with 1.6 :(