feat: debug logger with levels (#1165)

This commit is contained in:
Peng Xiao
2023-02-21 19:23:53 +08:00
committed by GitHub
parent 11ade8aeaf
commit 86346b284e
21 changed files with 155 additions and 75 deletions
+2 -1
View File
@@ -21,7 +21,8 @@
"@affine/datacenter": ["./packages/datacenter/src"],
"@affine/i18n": ["./packages/i18n/src"],
"@affine/logger": ["./packages/logger/src"],
"@affine/store": ["packages/store/src"],
"@affine/store": ["./packages/store/src"],
"@affine/debug": ["./packages/store/debug"],
"@toeverything/pathfinder-logger": ["./packages/logger"]
}
},