修改日志

main
lzf 2024-09-30 15:55:21 +08:00
parent fb4fee6e30
commit 197476e805
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ func SetLogLevel(level string) {
} }
func Init() { func Init() {
globalLog = NewLogger("debug", &Config{ globalLog = NewLogger("app", &Config{
Level: defaultLogLevel, Level: defaultLogLevel,
NeedLogFile: false, NeedLogFile: false,
ConsoleWriter: os.Stdout, ConsoleWriter: os.Stdout,