mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 20:08:40 +08:00
update doc
This commit is contained in:
parent
ee19336319
commit
0b323df939
@ -6,6 +6,7 @@
|
||||
|
||||
1. 【Server】新增监控用户操作记录
|
||||
2. 【Agent】新增配置是否禁用根据jmx获取项目状态(默认启用)
|
||||
3. 项目文件管理支持在线修改文件(感谢@Chen 贡献)
|
||||
|
||||
### 解决BUG、优化功能
|
||||
|
||||
|
@ -132,7 +132,7 @@ public class AgentExtConfigBean {
|
||||
/**
|
||||
* 是否开启日志备份
|
||||
*
|
||||
* @return 如果表达式配置为none 则不配置,重启业不备份
|
||||
* @return 如果表达式配置为none 则不配置,重启也不备份
|
||||
*/
|
||||
public boolean openLogBack() {
|
||||
String cron = StrUtil.emptyToDefault(autoBackConsoleCron, "none");
|
||||
|
Loading…
Reference in New Issue
Block a user