From b2f238096e61a8e6255f59219ef8a8616df36dc8 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 3 Jul 2019 11:24:32 +0200 Subject: Adding data about error report in logging.rst Change-Id: Ibcdc87f1a1784fce05d6d9ca9f6eef95b9c93077 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski --- docs/images/VID_errorReportButton.png | Bin 0 -> 174279 bytes docs/images/VID_errorReportDownloading.png | Bin 0 -> 182314 bytes docs/images/VID_errorReportSDC.png | Bin 0 -> 53986 bytes docs/logging.rst | 15 +++++++++++++++ 4 files changed, 15 insertions(+) create mode 100644 docs/images/VID_errorReportButton.png create mode 100644 docs/images/VID_errorReportDownloading.png create mode 100644 docs/images/VID_errorReportSDC.png (limited to 'docs') diff --git a/docs/images/VID_errorReportButton.png b/docs/images/VID_errorReportButton.png new file mode 100644 index 000000000..3d3e24eda Binary files /dev/null and b/docs/images/VID_errorReportButton.png differ diff --git a/docs/images/VID_errorReportDownloading.png b/docs/images/VID_errorReportDownloading.png new file mode 100644 index 000000000..8f5f723a1 Binary files /dev/null and b/docs/images/VID_errorReportDownloading.png differ diff --git a/docs/images/VID_errorReportSDC.png b/docs/images/VID_errorReportSDC.png new file mode 100644 index 000000000..bd2521017 Binary files /dev/null and b/docs/images/VID_errorReportSDC.png differ 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 -- cgit 1.2.3-korg