app.log
1.6 KB
2021/09/07 01:40:08.650 [D] [hook.go:130] CREATE TABLE IF NOT EXISTS "login_access" ("login_access_id" bigserial, "account" text, "platform" text, "company_id" bigint, "organization_id" bigint, "access_token" text, "refresh_token" text, "access_expired" bigint, "refresh_expired" bigint, "created_time" timestamptz, "updated_time" timestamptz, PRIMARY KEY ("login_access_id")) null
2021/09/07 01:40:09.439 [I] [hooks.go:101] generate router from comments
2021/09/07 01:40:09.440 [I] [???:0] http server Running on http://:8083
2021/09/07 01:40:12.667 [I] [filter.go:81] http请求 [
{
"framework": "beego",
"method": "GET",
"url": "/log"
}
]
2021/09/07 01:40:12.667 [D] [filter.go:81] http请求 [
{
"framework": "beego",
"method": "GET",
"url": "/log"
}
]
2021/09/07 01:40:12.669 [D] [filter.go:81] http响应 [
{
"framework": "beego",
"method": "GET",
"outputData": null,
"url": "/log"
}
]
2021/09/07 01:40:12.669 [D] [router.go:664] | ::1|[97;42m 200 [0m| 2.412278ms| match|[97;44m GET [0m /log r:/log
2021/09/07 01:42:14.324 [D] [hook.go:130] CREATE TABLE IF NOT EXISTS "login_access" ("login_access_id" bigserial, "account" text, "platform" text, "company_id" bigint, "organization_id" bigint, "access_token" text, "refresh_token" text, "access_expired" bigint, "refresh_expired" bigint, "created_time" timestamptz, "updated_time" timestamptz, PRIMARY KEY ("login_access_id")) null
2021/09/07 01:42:15.705 [I] [hooks.go:101] generate router from comments
2021/09/07 01:42:15.706 [I] [???:0] http server Running on http://:8083