Get FE log file
GET /api/get_log_file
Description
Users can obtain FE log files through the HTTP interface.
The HEAD request is used to obtain the log file list of the specified log type. GET request is used to download the specified log file.
None
Query parameters
-
Specify the log type. The following types are supported:
fe.audit.log
: Audit log of Frontend.
None
Response
-
The returned header lists all current log files of the specified type and the size of each file.
-
Download the specified log file in text form
Get the log file list of the corresponding type
Download log file