-
Notifications
You must be signed in to change notification settings - Fork 0
/
gin.log
21 lines (19 loc) · 1.2 KB
/
gin.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[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] GET /css/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers)
[GIN-debug] HEAD /css/*filepath --> github.com/gin-gonic/gin.(*RouterGroup).createStaticHandler.func1 (3 handlers)
[GIN-debug] Loaded HTML Templates (4):
- index.html
-
- footer.html
- header.html
[GIN-debug] GET /api/videos --> main.main.func1 (3 handlers)
[GIN-debug] POST /api/videos --> main.main.func2 (3 handlers)
[GIN-debug] GET /view/videos --> gitlab.com/pragmaticreviews/golang-gin-poc/controller.VideoController.ShowAll-fm (3 handlers)
[GIN-debug] [WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.
Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.
[GIN-debug] Listening and serving HTTP on :8080
::1 - [29 Jan 22 01:30 +03] POST /api/videos 200 1.0623ms
::1 - [29 Jan 22 01:30 +03] GET /view/videos 200 1.3972ms
::1 - [29 Jan 22 01:30 +03] GET /favicon.ico 404 0s