/log/filter 接口

过滤日志。

请求方式

POST /api/log/filter
参数 说明
types 日志类型,有效值:all、info、warn、error,当有多个类型时用英文逗号隔开。
key 过滤关键字, 可以为空字符串。

返回数据

{
    "status": 0,
    "logs": [
        {
            "no": 0,
            "time": "2022/09/09 16:11:07.920",
            "type": "info",
            "message": "xxxxxx"
        }, 
        {
            "no": 1,
            "time": "2022/09/09 16:11:04.721",
            "type": "info",
            "message": "xxxxxx"
        }
    ]
}
属性 说明
status 0:执行成功。返回其它值请参考 API 状态码
logs[i].no 编号。
logs[i].time 日期时间。
logs[i].type 输出级别,包括 info, warn, error。
logs[i].message 日志内容。

与“”相关结果约

    找不到与“”相关的结果