https://github.com/openstack/rally
Raw File
Tip revision: 9fc9876a9ef0fa669cd43cac976c86b2bafba6ce authored by Andrey Kurilin on 28 March 2018, 15:35:22 UTC
Propose release notes for 0.11.2
Tip revision: 9fc9876
capture_task_logging.rst
==========================
Capture Logs from services
==========================


Use case
--------

A developer is executing various task and would like to capture logs as
well as test results.


Problem description
-------------------

In case of errors it is quite hard to debug what happened.


Possible solution
-----------------

* Add special context that can capture the logs from tested services.
back to top