What would you like?
Python power tools logger accepts extra parameter as kwargs which makes it very convenient. This would be great for the durable logger, too.
Possible Implementation
Instead of the current extra kwarg I suggest to use **kwargs, which would make the logger an in-place replacement for the Python
Is this a breaking change?
Yes
Does this require an RFC?
No
Additional Context
No response
What would you like?
Python power tools logger accepts
extraparameter as kwargs which makes it very convenient. This would be great for the durable logger, too.Possible Implementation
Instead of the current
extrakwarg I suggest to use**kwargs, which would make the logger an in-place replacement for the PythonIs this a breaking change?
Yes
Does this require an RFC?
No
Additional Context
No response