Add docs for allowed log levels for cmd line

This commit is contained in:
Sylvain Bellemare
2017-03-21 15:43:00 +01:00
committed by Sylvain Bellemare
parent d867983a89
commit 4338637983

View File

@@ -76,6 +76,11 @@ abbreviation `-l`. Example:
$ bigchaindb --log-level INFO start
```
The allowed levels are `DEBUG`, `INFO` , `WARNING`, `ERROR`, and `CRITICAL`.
For an explanation regarding these levels please consult the
[Logging Levels](https://docs.python.org/3.6/library/logging.html#levels)
section of Python's documentation.
## bigchaindb set-shards