[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:
parent
919dfdd6e1
commit
93768e3380
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue