From 93395b96df7c18eaede022db37add1a8d5a9ccf2 Mon Sep 17 00:00:00 2001 From: dagnello Date: Wed, 22 Apr 2015 16:37:40 -0700 Subject: [PATCH] [feature request] Add abbility to caputre logs from tested services Add abbility to caputre and store logs of test Change-Id: Id6be2c802d25b9bdde423b9ee43c8702718a5182 --- doc/feature_request/capture_task_logging.rst | 22 ++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/feature_request/capture_task_logging.rst 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.