[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
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue