iamkubi / pydactyl

Python wrapper for the Pterodactyl Panel API
MIT License
67 stars 21 forks source link

Don't alter the global requests logger #75

Closed iamkubi closed 1 year ago

iamkubi commented 1 year ago

Since pydactyl has no local logging I made the poor choice of changing the settings for all requests logging. I think the right fix here is just to create a local logger in the client.

As reported in https://github.com/iamkubi/pydactyl/pull/73

iamkubi commented 1 year ago

Fixed by 1ef7736.