summaryrefslogtreecommitdiff
path: root/ick_controller.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-13 14:11:15 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-13 14:11:15 +0300
commitf2df9945c1cac35f5b5a3b39e6bfbe4ab694398b (patch)
tree71276a142339fe4db2b7ff3c0915dd2f882e1c76 /ick_controller.py
parent818c923fd1fc17487098afafdbecbd291d9387d0 (diff)
downloadick2-f2df9945c1cac35f5b5a3b39e6bfbe4ab694398b.tar.gz
TEMP: log to /tmp/log to figure wtf is going on
Diffstat (limited to 'ick_controller.py')
-rw-r--r--ick_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ick_controller.py b/ick_controller.py
index ad8708f..855b6ea 100644
--- a/ick_controller.py
+++ b/ick_controller.py
@@ -57,7 +57,7 @@ def load_config(filename, defconf):
logger = logging.getLogger()
logger.setLevel(logging.DEBUG)
-handler = logging.StreamHandler()
+handler = logging.FileHandler('/tmp/ick.log')
logger.addHandler(handler)
logging.info('Starting ick controller main program')