pytask-io
pytask-io copied to clipboard
Low level logging variable not in Readme or docs
The low level logging variable PYTASKIO_DEBUG is not in the Readme or docs.
example should read:
# For development of low level libraries, you can get debug level logging with:
export PYTASKIO_DEBUG=1
Later we can add in a kwarg to the main class for high level users...