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:
Tunglies
2025-08-08 15:15:49 +08:00
parent 6a93ff1fc1
commit 319c5b84fa
5 changed files with 14 additions and 39 deletions

View File

@@ -29,9 +29,6 @@ const Item = styled(Box)(({ theme: { palette, typography } }) => ({
'& .type[data-type="info"], & .type[data-type="inf"]': {
color: palette.info.main,
},
'& .type[data-type="debug"], & .type[data-type="dbg"]': {
color: palette.text.secondary,
},
"& .data": {
color: palette.text.primary,
overflowWrap: "anywhere",