mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: There is no logging for benchmark stats (#2349)
* add log level for benchmarking Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com> * Bug fixes and code re-factor Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com> * remove un-necessary imports Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com> * fix failing tests Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com> * update docs Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com> * fix typo Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com> * fix flake8 Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com> * fix flake8 issues Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com> * nitpic fixes Signed-off-by: Shahbaz Nazir <shahbaz@bigchaindb.com>
This commit is contained in:
committed by
Troy McConaghy
parent
58fbccf3f1
commit
2da720e542
@@ -289,7 +289,7 @@ defined by [Python](https://docs.python.org/3.6/library/logging.html#levels),
|
||||
but case insensitive for convenience's sake:
|
||||
|
||||
```
|
||||
"critical", "error", "warning", "info", "debug", "notset"
|
||||
"critical", "error", "warning", "info", "benchmark", "debug", "notset"
|
||||
```
|
||||
|
||||
**Example**:
|
||||
@@ -311,7 +311,7 @@ defined by [Python](https://docs.python.org/3.6/library/logging.html#levels),
|
||||
but case insensitive for convenience's sake:
|
||||
|
||||
```
|
||||
"critical", "error", "warning", "info", "debug", "notset"
|
||||
"critical", "error", "warning", "info", "benchmark", "debug", "notset"
|
||||
```
|
||||
|
||||
**Example**:
|
||||
|
||||
Reference in New Issue
Block a user