From: Bartosz Gardziejewski Date: Wed, 3 Jul 2019 09:24:32 +0000 (+0200) Subject: Adding data about error report in logging.rst X-Git-Tag: 5.0.0~39^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=b2f238096e61a8e6255f59219ef8a8616df36dc8;p=vid.git Adding data about error report in logging.rst Change-Id: Ibcdc87f1a1784fce05d6d9ca9f6eef95b9c93077 Issue-ID: VID-488 Signed-off-by: Bartosz Gardziejewski --- 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