Mercurial > code > home > repos > homeauto
changeset 917:1c3cc9633a6e
reasoning turn on debug log
Ignore-this: 8720eaa32d93a92f6c5f0b78da777d9e
darcs-hash:20130903035807-312f9-cfbda221b9194964522e480b19660c3574bad183
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Mon, 02 Sep 2013 20:58:07 -0700 |
parents | e8cce78a79d6 |
children | c6e6f717fabe |
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/")