You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
27 lines
1.1 KiB
Plaintext
Vendored
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
|
|
|
|

|
|
|
|
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).
|
|
|
|

|
|
|
|
## 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:
|
|
|
|

|
|
|
|
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.
|
|
|
|

|
|
|
|
A similar details page can be quickly accessed from the main dashboard for any recent events. |