(api, auth, main, proxy, rate): Replace the logger library with an external library and optimize log handling.

This commit is contained in:
WJQSERVER 2024-12-30 09:07:54 +08:00
parent 33eb0e2d34
commit 51f179f9e9
9 changed files with 14 additions and 180 deletions

View file

@ -3,8 +3,8 @@ package api
import (
"encoding/json"
"ghproxy/config"
"ghproxy/logger"
"github.com/WJQSERVER-STUDIO/go-utils/logger"
"github.com/gin-gonic/gin"
)