update doc

This commit is contained in:
bwcx_jzy 2020-11-09 16:06:03 +08:00
parent ee19336319
commit 0b323df939
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
1. 【Server】新增监控用户操作记录
2. 【Agent】新增配置是否禁用根据jmx获取项目状态默认启用
3. 项目文件管理支持在线修改文件(感谢@Chen 贡献)
### 解决BUG、优化功能

View File

@ -132,7 +132,7 @@ public class AgentExtConfigBean {
/**
* 是否开启日志备份
*
* @return 如果表达式配置为none 则不配置重启不备份
* @return 如果表达式配置为none 则不配置重启不备份
*/
public boolean openLogBack() {
String cron = StrUtil.emptyToDefault(autoBackConsoleCron, "none");