]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Have task/flow logging go to a separate log file
authorJoshua Harlow <harlowja@yahoo-inc.com>
Tue, 29 Jul 2014 03:40:36 +0000 (20:40 -0700)
committerJoshua Harlow <harlowja@yahoo-inc.com>
Tue, 29 Jul 2014 18:42:03 +0000 (18:42 +0000)
commitfeeed16f910645d218c202a10ce13944fb44bc7f
tree0e30c91f388d420fb1423cc7573ca0ae8c490f27
parentd5b77351379b642c5c74afaee201050b76bad777
Have task/flow logging go to a separate log file

To be able to point the taskflow logging at a task log
we need to be able to separate the logs coming from cinder
from the logs coming from taskflow (as well as the listener
that acts as the intermediary between both projects).

To start the process of having a detailed task log
location, add-in a new log setting that can be used for just
this purpose.

This is not the most ideal way of doing this, since it just
provides a sample logging configuration adjustment, but there
does not appear to be a better way (due to how
cinder/openstack/common/logging.py can't be modified or adjusted
with a better option).

Part of blueprint task-logging

Change-Id: I5e3946c71110ee1b923c2258f3a7eb83c358426b
etc/cinder/logging_sample.conf