跳到主要内容
版本:latest

get_spring_log_data

读取 Spring Boot 项目的日志文件内容。

  • 路由GET /mod/java/project/get_spring_log_data/stype
  • 方法:GET

输入参数

参数名称必选类型描述
project_nameString项目名称
log_fileString日志文件名

输出参数

参数名称类型描述
statusBooleantrue
msgString日志内容

示例

{"status": true, "msg": "Hello Baota API!\nRunning...\n"}