Remove benchmark logging (#2565).

* Problem: Benchmark logging is not needed.

* Solution: Clean it up.
This commit is contained in:
Muawia Khan
2018-09-20 14:30:30 +02:00
committed by Lev Berman
parent 407571ddf4
commit eb139fba00
6 changed files with 7 additions and 49 deletions

View File

@@ -292,7 +292,7 @@ defined by [Python](https://docs.python.org/3.6/library/logging.html#levels),
but case-insensitive for the sake of convenience:
```text
"critical", "error", "warning", "info", "benchmark", "debug", "notset"
"critical", "error", "warning", "info", "debug", "notset"
```
### log.level_logfile
@@ -302,7 +302,7 @@ defined by [Python](https://docs.python.org/3.6/library/logging.html#levels),
but case-insensitive for the sake of convenience:
```text
"critical", "error", "warning", "info", "benchmark", "debug", "notset"
"critical", "error", "warning", "info", "debug", "notset"
```
### log.datefmt_console