diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2019-07-03 11:24:32 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2019-07-04 10:53:57 +0200 |
commit | b2f238096e61a8e6255f59219ef8a8616df36dc8 (patch) | |
tree | 884dab9c16b2d7ad01d3494266df4921ac3dad5c /docs/logging.rst | |
parent | b460da47f0aebe67bed1234711b8bbf4889d1354 (diff) |
Adding data about error report in logging.rst
Change-Id: Ibcdc87f1a1784fce05d6d9ca9f6eef95b9c93077
Issue-ID: VID-488
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Diffstat (limited to 'docs/logging.rst')
-rw-r--r-- | docs/logging.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/logging.rst b/docs/logging.rst index 52d18e85f..19205fd58 100644 --- a/docs/logging.rst +++ b/docs/logging.rst @@ -25,3 +25,18 @@ Where to Access Log Information | /opt/app/vid/logs/vid/metrics.log | Application logging | This log holds the metrics info on application's transactions. | +------------------------------------------------+---------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + +How to create error report +-------------------------- + +In case of error appearance a red button with "Create report" on it, will show up. + +.. image:: ./images/VID_errorReportButton.png +.. image:: ./images/VID_errorReportSDC.png + +Pressing that button will show window with data collected from GUI and fetched from API. + +.. image:: ./images/VID_errorReportDownloading.png + +That data may be download by pressing "download" button. +**After closing the report window, data may not be available.**
\ No newline at end of file |