update log format

This commit is contained in:
engigu
2024-01-13 11:43:54 +08:00
parent 05fda3f764
commit 511cdb6106
8 changed files with 158 additions and 56 deletions
+1
View File
@@ -11,6 +11,7 @@ type App struct {
JwtSecret string
RuntimeRootPath string
LogLevel string
}
var AppSetting = &App{}