From 1784efc5d948f3c6f5ab0c96849cbbb8e958fbec Mon Sep 17 00:00:00 2001 From: William McBrine Date: Mon, 22 Dec 2008 17:22:35 -0500 Subject: [PATCH] ...and call it from here as well. To Do: Test. --- pyTivoService.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyTivoService.py b/pyTivoService.py index c216a6d..4c2cbc4 100644 --- a/pyTivoService.py +++ b/pyTivoService.py @@ -17,6 +17,8 @@ class PyTivoService(win32serviceutil.ServiceFramework): import sys, os + config.init_logging() + p = os.path.dirname(__file__) f = open(os.path.join(p, 'log.txt'), 'w') -- 2.11.4.GIT