下载load日志
Request
GET /api/_load_error_log?token={string}&file={string}
Description
下载load错误日志文件。
Query parameters
file
文件路径token
token
Request body
无
Response
文件
Examples
```
curl "http://127.0.0.1:8040/api/_load_error_log?file=a&token=1"
```
本文档使用 BookStack 构建