Out darned typoes.

Out I say!

(Fix typo in pipeline_worker daemon)

Change-Id: I9c04044ce2583649306d7ccf42b954ddd01e3672
This commit is contained in:
Monsyne Dragon 2015-04-03 20:54:02 +00:00
parent 08d43dcdd7
commit edca8bd8b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[metadata]
description-file = README.md
name = winchester
version = 0.53
version = 0.54
author = Monsyne Dragon
author_email = mdragon@rackspace.com
summary = An OpenStack notification event processing library.

View File

@ -38,7 +38,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 = log_file
logging.LOCAL_DEFAULT_LEVEL = default_log_level
logging.LOCAL_DEFAULT_LEVEL = level
if 'logging_config' in conf:
fileConfig(conf['logging_config'])