Revert "feat: enhance log filtering by adding support for debug level and updating log hierarchy #4293"
This reverts commit a9cfb2cfaa.
This commit is contained in:
@@ -30,7 +30,7 @@ const LOG_LEVEL_HIERARCHY = {
|
||||
info: ["info", "warning", "error"],
|
||||
warning: ["warning", "error"],
|
||||
error: ["error"],
|
||||
debug: ["info", "warning", "error", "debug"],
|
||||
debug: ["debug"],
|
||||
};
|
||||
|
||||
const LogPage = () => {
|
||||
|
||||
Reference in New Issue
Block a user