Add aaa-12 支持日志文件配置、获取console配置、获取tty配置、获取远端服务器日志配置(续)

RCA:
SOL:
修改人:liangxia
检视人:
This commit is contained in:
liangxia 2019-08-27 09:05:08 +08:00
parent 86c7025177
commit 6c5f244be1
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@ int conf_file(cJSON *json_obj, int argc, char **argv)
if (argc == 3 && strstr(argv[2], "get") != NULL)
{
config_type = CM_CONFIG_GET;
// liangxia todo: 这里必须要填值否则会发生log-sched.conf配置行为 (maybe there has a bug)
log_file.level = 5;
strcpy(log_file.del_over_size, "321654");
}
else
{