fix: correct log level hierarchy and enhance log filtering logic
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
} from "@/services/cmds";
|
||||
import dayjs from "dayjs";
|
||||
|
||||
export type LogLevel = "warning" | "info" | "debug" | "error" | "all";
|
||||
export type LogLevel = "debug" | "info" | "warning" | "error" | "all";
|
||||
|
||||
export interface ILogItem {
|
||||
time?: string;
|
||||
|
||||
Reference in New Issue
Block a user