hatchet-dev / hatchet-python

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

chore: remove loguru in favor of std logger #88

Closed abelanger5 closed 1 month ago

abelanger5 commented 1 month ago

Loguru having a single configuration/logger object was causing issues when called by users. This replaces our debug logger with a std logger.