modify shell scripts

This commit is contained in:
lnk
2026-04-08 09:45:45 +08:00
parent 1b2dd863e9
commit fb55b76005
6 changed files with 314 additions and 35 deletions

View File

@@ -45,8 +45,8 @@ struct LOGEntry {
std::string id;
std::string level; // terminal / measurepoint
int code; //code
int min_grade;
int countdown;
int min_grade; //允许上送的最低日志等级
int countdown; //自动关闭的倒计时,单位秒
};
//日志上送map管理