bitpanda-labs / loggo2

Open source Python logging utilities
MIT License
4 stars 12 forks source link

Loggo can error on a bad call signature, when the actual error is elsewhere #18

Closed interrogator closed 6 years ago

interrogator commented 6 years ago

If you call a loggo decorated function with bad arguments, the error comes from loggo when it should come from you.