Log Messages

总计33条数据
TimeLevelCategoryMessage
 
14:05:18.575traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
14:05:18.575traceyii\base\Module::getModuleLoading module: debug
14:05:18.576traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
14:05:18.576traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
14:05:18.576traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
14:05:18.576traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:05:18.577traceyii\base\Module::getModuleLoading module: gii
14:05:18.577traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
14:05:18.577traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
14:05:18.577traceyii\web\Application::handleRequestRoute requested: 'v2/task/of-client'
14:05:18.577traceyii\base\Module::getModuleLoading module: v2
14:05:19.077infoyii\web\Session::openSession started
14:05:19.078infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
14:05:19.081infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='oTtlK_p5ZOBpvQJd1tf5AoUbRaTdQ7qH'
14:05:19.084traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:05:19.085traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:05:19.085traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:05:19.085traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:05:19.085infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
14:05:19.088traceyii\base\Controller::runActionRoute to run: v2/task/of-client
14:05:19.088traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\TaskController::actionOfClient()
14:05:19.088infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE ("id"='3338') AND ("deleted"=FALSE)
14:05:19.090traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:05:19.090traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:05:19.091traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:05:19.092traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:05:19.092infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT s.*, COALESCE(s.weight, 0) AS weight, target_completed_at - now() as remain FROM "a57be577deb434"."tbl_task_groups" "s" LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE LEFT JOIN "a57be577deb434"."tbl_task_group_user_relationships" "turs" ON s.id = turs.task_group_id LEFT JOIN "a57be577deb434"."tbl_task_group_head_of_relationships" "thrs" ON s.id = thrs.task_group_id WHERE (true) AND ("s"."client_id"=3338) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC) "c"
14:05:19.095infoyii\db\Command::querySELECT s.*, COALESCE(s.weight, 0) AS weight, target_completed_at - now() as remain FROM "a57be577deb434"."tbl_task_groups" "s" LEFT JOIN "a57be577deb434"."tbl_clients" "client" ON client.id = s.client_id AND client.deleted = FALSE LEFT JOIN "a57be577deb434"."tbl_task_group_user_relationships" "turs" ON s.id = turs.task_group_id LEFT JOIN "a57be577deb434"."tbl_task_group_head_of_relationships" "thrs" ON s.id = thrs.task_group_id WHERE (true) AND ("s"."client_id"=3338) GROUP BY "s"."id" ORDER BY "s"."created_at" DESC LIMIT 10
14:05:19.097traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:05:19.098traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:05:19.099traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
14:05:19.099traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
14:05:19.100infoyii\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, 2, 1141, 'v2/task/of-client', '{"access_token":"oTtlK_p5ZOBpvQJd1tf5AoUbRaTdQ7qH","device_type":"2","id":"3338","page":"1","posttime":"1752213888","token":"6b4748a822317dd2bb72f71453eba50b","version_code":"1141"}', '{"code":200,"data":{"list":[],"pagenation":{"totalcount":0,"thispage":1,"pagesize":10},"can_create":true},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-07-11 14:05:19') RETURNING "id"