Skip to content

Conversation

@neilberget
Copy link

This allows overriding the maximum length of parameters that are logged from the default of 500.

@neilberget
Copy link
Author

Thought I'd try to share this back in case you find this useful.

Copy link
Contributor

@scrogson scrogson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR!

A couple of things that would help get this PR merged:

  • Remove the additions outlined in the comments. This will help avoid merge conflicts. We'll update those when we're ready to publish a new version.
  • Please add a simple test that shows this functionality in action.

Thanks again! ❤️


## Master

## 0.7.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this from the PR? We'll update this when we are ready to publish a new version.

```elixir
def deps do
[{:plug_logger_json, "~> 0.6.0"}]
[{:plug_logger_json, "~> 0.7.0"}]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this from the PR? We'll update this when we are ready to publish a new version.

start_permanent: Mix.env == :prod,
test_coverage: [tool: ExCoveralls],
version: "0.6.0",
version: "0.7.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you remove this from the PR? We'll update this when we are ready to publish a new version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants