1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00
Files
OpenIntegrations/docs/en/md/Addons/Melezh/Web-Interface/Logs-panel.mdx
Vitaly the Alpaca (bot) bd36dcdcee Main build (Jenkins)
2025-06-04 21:19:55 +03:00

27 lines
1.1 KiB
Plaintext
Vendored

---
id: Logs-panel
title: Logs panel
sidebar_position: 3
---
Following the Handlers Panel is the **Logs Panel**.
## Overview
![Logs Panel](../../../../static/img/Docs/Melezh/en/16.png)
This panel's functionality allows viewing detailed information about all processed server requests with filtering by handler key and date. You can quickly access today's request history for a specific handler using the action buttons in the Handlers Panel (see Handlers Panel).
![Logs Panel](../../../../static/img/Docs/Melezh/en/17.png)
## Event details
After applying filters, a table with brief request information will be displayed. For more details, click the *Details* button on the right side of the event row:
![Logs Panel](../../../../static/img/Docs/Melezh/en/18.png)
Clicking opens a page containing all details about the selected event: ID, date, method, Content-type, body size, and depending on logging settings - headers, URL parameters, request body, file list (for `multipart/form-data`), and response body.
![Event Panel](../../../../static/img/Docs/Melezh/en/19.png)
A similar details page can be quickly accessed from the main dashboard for any recent events.