joegasewicz / pytask-io

Python Async Task Queue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Low level logging variable not in Readme or docs

joegasewicz opened this issue · comments

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...