Mercurial > code > home > repos > homeauto
changeset 112:bab30d0fb240
reasoning turn on debug log
Ignore-this: 8720eaa32d93a92f6c5f0b78da777d9e
author | drewp@bigasterisk.com |
---|---|
date | Mon, 02 Sep 2013 20:58:07 -0700 |
parents | e4a4ee70a514 |
children | 66f8897b74ea |
files | service/reasoning/reasoning.py |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/service/reasoning/reasoning.py Mon Sep 02 20:57:18 2013 -0700 +++ b/service/reasoning/reasoning.py Mon Sep 02 20:58:07 2013 -0700 @@ -30,8 +30,9 @@ sys.path.append("../../lib") from logsetup import log -log.setLevel(logging.INFO) +log.setLevel(logging.DEBUG) outlog = logging.getLogger('output') +outlog.setLevel(logging.DEBUG) ROOM = Namespace("http://projects.bigasterisk.com/room/") DEV = Namespace("http://projects.bigasterisk.com/device/")