Monsyne Dragon 0a2bf4471e Improve logging.
Allow pipeline workers to log to different logfiles
(the python logging system is not entirely multiprocess safe)
Allow users to set a logging name for each worker process
to differentiate logs.

Change-Id: Ic93e88270d58495cda918dab503f65d9f550e2b6
2015-04-03 17:50:39 +00:00

35 lines
794 B
INI

[metadata]
description-file = README.md
name = winchester
version = 0.52
author = Monsyne Dragon
author_email = mdragon@rackspace.com
summary = An OpenStack notification event processing library.
license = Apache-2
keywords =
stacktach
event_processing
pipeline
events
notification
openstack
triggers
classifiers =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
home-page = https://github.com/stackforge/stacktach-winchester
[files]
packages =
winchester
[entry_points]
console_scripts =
pipeline_worker = winchester.worker:main
winchester_db=winchester.db.db_admin:main