apify / apify-sdk-python

The Apify SDK for Python is the official library for creating Apify Actors in Python. It provides useful features like actor lifecycle management, local storage emulation, and actor event handling.
https://docs.apify.com/sdk/python
Apache License 2.0
117 stars 11 forks source link

fix: Make apify.log public again #249

Closed janbuchar closed 1 month ago

janbuchar commented 1 month ago

The module was made private in #210, but it turns out it is actually mentioned in the documentation, so we're keeping it public to make less noise.