[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

@ -94,6 +94,6 @@ class Config(bumblebee.store.Store):
return self._args.debug
def logfile(self):
return self._args.logfile
return os.path.expanduser(self._args.logfile)
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4