Mercurial > code > home > repos > homeauto
changeset 529:af9a29a63a28
typo from addition of verboseLogging
Ignore-this: 76d72724b9a8bb7375f41a616ff84f0d
author | drewp@bigasterisk.com |
---|---|
date | Tue, 23 Apr 2019 02:17:35 -0700 |
parents | 416cc380bcb1 |
children | f09fc1a18b66 |
files | lib/standardservice/logsetup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/standardservice/logsetup.py Tue Apr 23 02:14:12 2019 -0700 +++ b/lib/standardservice/logsetup.py Tue Apr 23 02:17:35 2019 -0700 @@ -6,7 +6,7 @@ log = logging.getLogger() log.setLevel(logging.INFO) -def enableTwistedLog(yes): +def enableTwistedLog(): from twisted.python import log as twlog import sys twlog.startLogging(sys.stdout)