You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
…#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
It's good to support regex rule for hiding parts from string arguments instead of hiding whole arguments.
The text was updated successfully, but these errors were encountered: