mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Add docs for allowed log levels for cmd line
This commit is contained in:
committed by
Sylvain Bellemare
parent
d867983a89
commit
4338637983
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user