update format file log
This commit is contained in:
parent
bf9b46ff9e
commit
756bdaf05a
|
|
@ -82,7 +82,7 @@ Route.get("/api/log/showLog/:name?", async ({ request, response }) => {
|
||||||
let MODEL_SPECIAL = allValue.filter(
|
let MODEL_SPECIAL = allValue.filter(
|
||||||
(i) =>
|
(i) =>
|
||||||
i.$original.key === "MODEL_SPECIAL"
|
i.$original.key === "MODEL_SPECIAL"
|
||||||
);
|
).map(obj => obj.$original.value);
|
||||||
|
|
||||||
let listExcludeErr = allValue
|
let listExcludeErr = allValue
|
||||||
.filter((i) => i.$original.key === "EXCLUDE_ERR")
|
.filter((i) => i.$original.key === "EXCLUDE_ERR")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue