From 4e7cc26d8a92996e8b40553b06105b9ed0d441b1 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Tue, 23 Nov 2021 15:13:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- config/{app.yaml => app.yaml.example} | 0 log/.gitignore | 1 - log/gin.log | 25 ------------------------- 4 files changed, 28 deletions(-) rename config/{app.yaml => app.yaml.example} (100%) delete mode 100644 log/.gitignore delete mode 100644 log/gin.log diff --git a/.gitignore b/.gitignore index c0467b7..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +0,0 @@ -/log/* -/config/* \ No newline at end of file diff --git a/config/app.yaml b/config/app.yaml.example similarity index 100% rename from config/app.yaml rename to config/app.yaml.example diff --git a/log/.gitignore b/log/.gitignore deleted file mode 100644 index b722e9e..0000000 --- a/log/.gitignore +++ /dev/null @@ -1 +0,0 @@ -!.gitignore \ No newline at end of file diff --git a/log/gin.log b/log/gin.log deleted file mode 100644 index de7bd8c..0000000 --- a/log/gin.log +++ /dev/null @@ -1,25 +0,0 @@ -[GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. - -[GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - - using env: export GIN_MODE=release - - using code: gin.SetMode(gin.ReleaseMode) - -[GIN-debug] Loaded HTML Templates (3): - - - - index.html - - index.tpl - -[GIN-debug] GET /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers) -[GIN-debug] HEAD /static/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers) -[GIN-debug] GET /user/list --> gowebsocket/controllers/user.List (3 handlers) -[GIN-debug] GET /user/online --> gowebsocket/controllers/user.Online (3 handlers) -[GIN-debug] POST /user/sendMessage --> gowebsocket/controllers/user.SendMessage (3 handlers) -[GIN-debug] POST /user/sendMessageAll --> gowebsocket/controllers/user.SendMessageAll (3 handlers) -[GIN-debug] GET /system/state --> gowebsocket/controllers/systems.Status (3 handlers) -[GIN-debug] GET /home/index --> gowebsocket/controllers/home.Index (3 handlers) -[GIN-debug] GET /rtc/get_token --> gowebsocket/controllers/rtc.GetToken (3 handlers) -[GIN-debug] GET /docker/run --> gowebsocket/controllers/docker.Run (3 handlers) -[GIN] 2021/11/23 - 15:06:15 | 404 | 2.762µs | 127.0.0.1 | GET "/" -[GIN] 2021/11/23 - 15:06:21 | 200 | 1.775252ms | 127.0.0.1 | GET "/home/index" -[GIN] 2021/11/23 - 15:06:21 | 200 | 12.021807ms | 127.0.0.1 | GET "/static/js/jquery-2.1.4.min.js" -[GIN] 2021/11/23 - 15:06:22 | 200 | 5.363419ms | 127.0.0.1 | GET "/user/list?appId=101"