Log Messages

总计29条数据
TimeLevelCategoryMessage
 
17:22:50.081traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
17:22:50.081traceyii\base\Module::getModuleLoading module: debug
17:22:50.081traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
17:22:50.082traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
17:22:50.082traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
17:22:50.082traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:22:50.082traceyii\base\Module::getModuleLoading module: gii
17:22:50.082traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
17:22:50.082traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
17:22:50.082traceyii\web\Application::handleRequestRoute requested: 'v2/user/get-announcement-unread'
17:22:50.082traceyii\base\Module::getModuleLoading module: v2
17:22:50.083infoyii\web\Session::openSession started
17:22:50.083infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
17:22:50.085infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om'
17:22:50.088traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:22:50.088traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:22:50.088traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:22:50.088traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:22:50.089infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
17:22:50.090traceyii\base\Controller::runActionRoute to run: v2/user/get-announcement-unread
17:22:50.090traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\UserController::actionGetAnnouncementUnread()
17:22:50.090infoyii\db\Command::querySELECT * FROM "global"."tbl_logins" WHERE "id"=1000
17:22:50.091traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:22:50.091traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:22:50.091infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT "a".* FROM "global"."tbl_announcements" "a" LEFT JOIN "global"."tbl_read_announcement" "r" ON a.id = r.announcement_id AND r.user_id = 1000 LEFT JOIN "global"."tbl_logins" "l" ON l.id = r.user_id WHERE (l.id IS NULL) AND ("a"."created_at" > '2016-10-14 22:23:37') ORDER BY "a"."created_at" DESC) "c"
17:22:50.092infoyii\db\Command::querySELECT COUNT(*) FROM "a57be577deb434"."tbl_unread_comments" WHERE ("remind_user_id"=1000) AND ("is_read"=FALSE)
17:22:50.109traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
17:22:50.110traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
17:22:50.110infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 1000, 0, 266, 'v2/user/get-announcement-unread', '{"access_token":"gIBfXHaGAAjf2tBIfgqsDfRNPly9E9om","device_type":"0","version_code":"266","token":"a723b8dfa723a709b84d1789e19cb5fd","posttime":"1757668970"}', '{"code":200,"data":{"count":2},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-09-12 17:22:50') RETURNING "id"