diff --git a/doc/feature_request/capture_task_logging.rst b/doc/feature_request/capture_task_logging.rst new file mode 100644 index 00000000..556d00fb --- /dev/null +++ b/doc/feature_request/capture_task_logging.rst @@ -0,0 +1,22 @@ +========================== +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 happend. + + +Possible solution +----------------- + +* Add special context that can capture the logs from tested services.