Fixes issue #15. All tests successful with Python3.9. Review required though

This commit is contained in:
Sangat Das
2022-01-26 14:02:24 +00:00
parent 4ddfcb0d8d
commit 5db16c8b3b
23 changed files with 93 additions and 122 deletions

View File

@@ -74,7 +74,7 @@ $ planetmint --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)
[Logging Levels](https://docs.python.org/3.9/library/logging.html#levels)
section of Python's documentation.
For a more fine-grained control over the logging configuration you can use the