Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
6df1fa80
authored
Aug 17, 2017
by
xuxueli
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
更新RM
parent
e4976f3f
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
doc/XXL-JOB官方文档.md
xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobLogController.java
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/joblog.index.ftl
doc/XXL-JOB官方文档.md
View file @
6df1fa80
## 《分
布式任务调度平台XXL-JOB》
## 《分
布式任务调度平台XXL-JOB》
...
...
@@ -239,7 +239,7 @@ XXL-JOB是一个轻量级分布式任务调度框架,其核心设计目标是
xxl.job.executor.ip=
xxl.job.executor.port=9999
### xxl-job log path:执行器运行日志文件存储的磁盘位置
### xxl-job log path:执行器运行日志文件存储的磁盘位置
,需要对该路径拥有读写权限
xxl.job.executor.logpath=/data/applogs/xxl-job/jobhandler/
### xxl-job, access token:执行器通讯TOKEN,非空时启用
...
...
xxl-job-admin/src/main/java/com/xxl/job/admin/controller/JobLogController.java
View file @
6df1fa80
...
...
@@ -195,7 +195,7 @@ public class JobLogController {
}
else
if
(
type
==
8
)
{
clearBeforeNum
=
100000
;
// 清理十万条以前日志数据
}
else
if
(
type
==
9
)
{
clearBeforeNum
=
0
;
// 清理所
用
日志数据
clearBeforeNum
=
0
;
// 清理所
有
日志数据
}
else
{
return
new
ReturnT
<
String
>(
ReturnT
.
FAIL_CODE
,
"清理类型参数异常"
);
}
...
...
xxl-job-admin/src/main/webapp/WEB-INF/template/joblog/joblog.index.ftl
View file @
6df1fa80
...
...
@@ -156,7 +156,7 @@
<option
value=
"6"
>
清理一万条以前日志数据
</option>
<option
value=
"7"
>
清理三万条以前日志数据
</option>
<option
value=
"8"
>
清理十万条以前日志数据
</option>
<option
value=
"9"
>
清理所
用
日志数据
</option>
<option
value=
"9"
>
清理所
有
日志数据
</option>
</select>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment