itamarst / eliot

Eliot: the logging system that tells you *why* it happened
https://eliot.readthedocs.io
Apache License 2.0
1.1k stars 66 forks source link

capture_logging doesn't pass along positional and keyword arguments to the decorated function #420

Closed exarkun closed 5 years ago

exarkun commented 5 years ago

It creates a wrapper that accepts *args and **kwargs but then it mostly drops them on the floor. It should pass them along when it calls the original function.

itamarst commented 5 years ago

Indeed!