Request

GET /api/_load_error_log?token={string}&file={string}

Description

下载 load 错误日志文件。

Query parameters

  • file 文件路径

  • token token

Request body

Response

  1. 文件

Examples

  1. ```shell
  2. curl "http://127.0.0.1:8040/api/_load_error_log?file=a&token=1"
  3. ```