Added debug information on docs

This commit is contained in:
Alejandro Saucedo 2020-11-03 21:42:38 +00:00
parent 752bed5638
commit 68028420cb

View file

@ -87,5 +87,13 @@ The package can be installed through the top level `setup.py` by running:
pip install .
```
You can configure log level with the function `kp.log_level` as outlined below.
The values are TRACE=0, DEBUG=1, INFO=2, WARN=3, ERROR=4. Kompute defaults to INFO.
```
import kp
kp.log_level(1)
```