From 6c5f244be1d0824c1cece16e929408d694b3c5d2 Mon Sep 17 00:00:00 2001 From: liangxia Date: Tue, 27 Aug 2019 09:05:08 +0800 Subject: [PATCH] =?UTF-8?q?Add=20=20aaa-12=20=E6=94=AF=E6=8C=81=E6=97=A5?= =?UTF-8?q?=E5=BF=97=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE=E3=80=81=E8=8E=B7?= =?UTF-8?q?=E5=8F=96console=E9=85=8D=E7=BD=AE=E3=80=81=E8=8E=B7=E5=8F=96tt?= =?UTF-8?q?y=E9=85=8D=E7=BD=AE=E3=80=81=E8=8E=B7=E5=8F=96=E8=BF=9C?= =?UTF-8?q?=E7=AB=AF=E6=9C=8D=E5=8A=A1=E5=99=A8=E6=97=A5=E5=BF=97=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=EF=BC=88=E7=BB=AD=EF=BC=89=20RCA=EF=BC=9A=20SOL?= =?UTF-8?q?=EF=BC=9A=20=E4=BF=AE=E6=94=B9=E4=BA=BA=EF=BC=9Aliangxia=20?= =?UTF-8?q?=E6=A3=80=E8=A7=86=E4=BA=BA=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Platform/user/logging/cmd_file.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Platform/user/logging/cmd_file.c b/Platform/user/logging/cmd_file.c index 000e2d54d..db879fb1a 100755 --- a/Platform/user/logging/cmd_file.c +++ b/Platform/user/logging/cmd_file.c @@ -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 {