Added debug information on docs
This commit is contained in:
parent
752bed5638
commit
68028420cb
1 changed files with 8 additions and 0 deletions
|
|
@ -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)
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue