File: capture_task_logging.rst

package info (click to toggle)
rally 5.0.0-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,368 kB
  • sloc: python: 42,541; javascript: 487; sh: 198; makefile: 192; xml: 43
file content (22 lines) | stat: -rw-r--r-- 407 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 happened.


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

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