summaryrefslogtreecommitdiff
path: root/ick_controller.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-10-04 21:51:24 +0300
committerLars Wirzenius <liw@liw.fi>2017-10-04 21:51:24 +0300
commit357084ffe2f58e2702896a1a30502c3477dba4dc (patch)
tree307493ab0be5773dc8422fb8cf40ca3acdfbfb5e /ick_controller.py
parent250777e6b339284e79ceca192e48f9fab98ca57d (diff)
downloadick2-357084ffe2f58e2702896a1a30502c3477dba4dc.tar.gz
Add: log things before slog is set up to stderr
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 5d3c5e3..ad8708f 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.handlers.SysLogHandler(address='/dev/log')
+handler = logging.StreamHandler()
logger.addHandler(handler)
logging.info('Starting ick controller main program')