hatchet-dev / hatchet-python

Hatchet Python SDK for Interacting with the Hatchet Engine
16 stars 9 forks source link

Recent changes to the python library seem to have caused a bunch of loggers to log with insanely high verbosity #100

Closed colonelpanic8 closed 1 month ago

colonelpanic8 commented 1 month ago

This seems to happen even when hatchet is only being used for its client.

It would be nice if end users could opt out of any logging handlers (except maybe in the case of workers).

I think the general consensus of the python community is that libraries should avoid touching logging configuration.

abelanger5 commented 1 month ago

Hey @colonelpanic8, this should be fixed in sdk version 0.31.4 (#101 and #102). Let me know if you're still seeing this!

colonelpanic8 commented 1 month ago

Thanks. I'll take a look