From 08d43dcdd728077472ff8692edcf351f862e8926 Mon Sep 17 00:00:00 2001 From: Monsyne Dragon Date: Fri, 3 Apr 2015 19:54:13 +0000 Subject: [PATCH] Fix typo in pipeline worker daemon log_file, not config_file. Change-Id: I1fb6f6c8ac4decbd20816d60a365f7d9a66c8f4c --- setup.cfg | 2 +- winchester/worker.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0502dc0..62d7060 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] description-file = README.md name = winchester -version = 0.52 +version = 0.53 author = Monsyne Dragon author_email = mdragon@rackspace.com summary = An OpenStack notification event processing library. diff --git a/winchester/worker.py b/winchester/worker.py index bdab9ba..8f0d20c 100644 --- a/winchester/worker.py +++ b/winchester/worker.py @@ -37,7 +37,7 @@ def main(): # This is a hack, but it's needed to pass the logfile name & default # loglevel into log handlers configured with a config file. (mdragon) - logging.LOCAL_LOG_FILE = config_file + logging.LOCAL_LOG_FILE = log_file logging.LOCAL_DEFAULT_LEVEL = default_log_level if 'logging_config' in conf: