Skip to content
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 hide of parts from string arguments #5

Closed
penguinolog opened this issue Mar 28, 2018 · 2 comments
Closed

Allow hide of parts from string arguments #5

penguinolog opened this issue Mar 28, 2018 · 2 comments

Comments

@penguinolog
Copy link
Collaborator

It's good to support regex rule for hiding parts from string arguments instead of hiding whole arguments.

@penguinolog
Copy link
Collaborator Author

I expect, that this option should work for string only arguments

@penguinolog
Copy link
Collaborator Author

After long investigation: need to extract arguments prepare for logging to separate method and allow override.
This will allow to implement customer-specific logic without making logwrap super complex.

penguinolog added a commit that referenced this issue Apr 30, 2018
…#10 (#12)

* Not keyword parameters set are deprecated and supported up to 3.4.0
* Temporary use `*args, **kwargs`,
  pyi files set to the final variant.
* Fix empty `*args, **kwargs` repr

* Later:
    python 2: will return to normal arguments, but order can be changed
    python 3: use pyi API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant