change to new logger(enabled async log)

This commit is contained in:
wjqserver
2025-05-05 15:15:18 +08:00
parent 3c11e9826e
commit bd63ed3070
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"html/template"
"io/fs"
"github.com/WJQSERVER-STUDIO/go-utils/logger"
"github.com/WJQSERVER-STUDIO/logger"
"github.com/cloudwego/hertz/pkg/app"
)