diff options
-rw-r--r-- | docs/images/VID_errorReportButton.png | bin | 0 -> 174279 bytes | |||
-rw-r--r-- | docs/images/VID_errorReportDownloading.png | bin | 0 -> 182314 bytes | |||
-rw-r--r-- | docs/images/VID_errorReportSDC.png | bin | 0 -> 53986 bytes | |||
-rw-r--r-- | docs/logging.rst | 15 |
4 files changed, 15 insertions, 0 deletions
diff --git a/docs/images/VID_errorReportButton.png b/docs/images/VID_errorReportButton.png Binary files differnew file mode 100644 index 000000000..3d3e24eda --- /dev/null +++ b/docs/images/VID_errorReportButton.png diff --git a/docs/images/VID_errorReportDownloading.png b/docs/images/VID_errorReportDownloading.png Binary files differnew file mode 100644 index 000000000..8f5f723a1 --- /dev/null +++ b/docs/images/VID_errorReportDownloading.png diff --git a/docs/images/VID_errorReportSDC.png b/docs/images/VID_errorReportSDC.png Binary files differnew file mode 100644 index 000000000..bd2521017 --- /dev/null +++ b/docs/images/VID_errorReportSDC.png 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 |