improve: log fields

This commit is contained in:
Mmx
2024-09-25 21:48:07 +08:00
parent d9d09bfc33
commit a3e28d3696
15 changed files with 103 additions and 66 deletions

View File

@@ -0,0 +1,6 @@
package keys
const (
LogComponent = "comp"
LogLoginModule = "mod"
)