summaryrefslogtreecommitdiff
path: root/ick_controller.py
diff options
context:
space:
mode:
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')