[doc] Updated README.md + small logging refactor

* Fix minor grammatical errors in README.md
* Make logfile configuration a bit nicer
This commit is contained in:
Tobias Witek 2017-08-20 10:59:39 +02:00
parent 919dfdd6e1
commit 93768e3380
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ def main():
logging.basicConfig(
level=logging.DEBUG,
format="[%(asctime)s] %(levelname)-8s %(message)s",
filename=os.path.expanduser(config.logfile())
filename=config.logfile()
)
else:
logging.basicConfig(