Log Messages

总计41条数据
TimeLevelCategoryMessage
 
12:35:22.934traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
12:35:22.934traceyii\base\Module::getModuleLoading module: debug
12:35:22.934traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
12:35:22.935traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
12:35:22.935traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
12:35:22.936traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.936infotime tracing start1780547722936712960
12:35:22.936traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
12:35:22.936traceyii\web\Application::handleRequestRoute requested: 'vue/schedule/of-project'
12:35:22.936traceyii\base\Module::getModuleLoading module: vue
12:35:22.937infoyii\web\Session::openSession started
12:35:22.937infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
12:35:22.937infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
12:35:22.940traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.940traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
12:35:22.941traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.941traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
12:35:22.941infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
12:35:22.942traceyii\base\Controller::runActionRoute to run: vue/schedule/of-project
12:35:22.942traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.944traceuranus\rbac\DbManager::checkAccessFromCacheChecking role: Admin
12:35:22.944traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\ScheduleController::actionOfProject()
12:35:22.944infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"='4151'
12:35:22.945traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.945traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
12:35:22.946traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.946traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
12:35:22.946traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.947traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.950infoyii\db\Command::querySELECT "id" FROM "a57be577deb434"."tbl_users" WHERE "user_status"='1' ORDER BY "id"
12:35:22.951infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT s.*, CASE WHEN is_complete = true then 3 WHEN is_complete = false and end_at <= NOW() then 2 else 1 END AS sort FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4151) AND ("s"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5446, 5461, 5476)) GROUP BY "s"."id" ORDER BY set_top_at DESC nulls last, sort ASC, case when is_complete = true then complete_at END desc, case when is_complete = false then end_at END asc, s.created_at DESC) "c"
12:35:22.954infoyii\db\Command::querySELECT s.*, CASE WHEN is_complete = true then 3 WHEN is_complete = false and end_at <= NOW() then 2 else 1 END AS sort FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4151) AND ("s"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5446, 5461, 5476)) GROUP BY "s"."id" ORDER BY set_top_at DESC nulls last, sort ASC, case when is_complete = true then complete_at END desc, case when is_complete = false then end_at END asc, s.created_at DESC LIMIT 20
12:35:22.955infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT s.*, CASE WHEN is_complete = true then 3 WHEN is_complete = false and end_at <= NOW() then 2 else 1 END AS sort FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4151) AND ("s"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5446, 5461, 5476)) AND (set_top_at is null and is_complete = false and (end_at > now() or end_at is null)) GROUP BY "s"."id" ORDER BY set_top_at DESC nulls last, sort ASC, case when is_complete = true then complete_at END desc, case when is_complete = false then end_at END asc, s.created_at DESC) "c"
12:35:22.958infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT s.*, CASE WHEN is_complete = true then 3 WHEN is_complete = false and end_at <= NOW() then 2 else 1 END AS sort FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4151) AND ("s"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5446, 5461, 5476)) AND (set_top_at is null and is_complete = true) GROUP BY "s"."id" ORDER BY set_top_at DESC nulls last, sort ASC, case when is_complete = true then complete_at END desc, case when is_complete = false then end_at END asc, s.created_at DESC) "c"
12:35:22.959infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT s.*, CASE WHEN is_complete = true then 3 WHEN is_complete = false and end_at <= NOW() then 2 else 1 END AS sort FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4151) AND ("s"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5446, 5461, 5476)) AND (set_top_at is null and is_complete = false and end_at <= now()) GROUP BY "s"."id" ORDER BY set_top_at DESC nulls last, sort ASC, case when is_complete = true then complete_at END desc, case when is_complete = false then end_at END asc, s.created_at DESC) "c"
12:35:22.961infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT s.*, CASE WHEN is_complete = true then 3 WHEN is_complete = false and end_at <= NOW() then 2 else 1 END AS sort FROM "a57be577deb434"."tbl_schedules" "s" LEFT JOIN "a57be577deb434"."tbl_users" "u" ON u.id = s.created_by LEFT JOIN "a57be577deb434"."tbl_clients" "c" ON c.id = s.client_id LEFT JOIN "a57be577deb434"."tbl_schedule_carbon_copy_rels" "ccr" ON ccr.schedule_id = s.id WHERE (1=1) AND ("s"."project_id"=4151) AND ("s"."created_by" IN (1000, 1001, 1004, 1005, 1011, 1013, 1015, 1022, 1023, 5016, 5064, 5085, 5087, 5248, 5250, 5252, 5295, 5300, 5311, 5332, 5360, 5446, 5461, 5476)) AND (set_top_at is not null) GROUP BY "s"."id" ORDER BY set_top_at DESC nulls last, sort ASC, case when is_complete = true then complete_at END desc, case when is_complete = false then end_at END asc, s.created_at DESC) "c"
12:35:22.964traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.964traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
12:35:22.965infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time", "duration") VALUES (200, 'a57be577deb434', 1001, 5, 'vue/schedule/of-project', '{"id":"4151","web_access_token":"-ooNs73DKJQ01PCpcbuHx_usnaO5SdwJ"}', '{"code":2000,"result":{"list":[],"countStatus0":0,"countStatus1":0,"countStatus2":0,"countStatusTop":0,"can_create":true,"pagenation":{"totalcount":0,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"221.216.117.119","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:151.0) Gecko\/20100101 Firefox\/151.0"}', FALSE, '2026-06-04 12:35:22', 28114944) RETURNING "id"
12:35:22.967traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
12:35:22.967traceyii\redis\Connection::executeCommandExecuting Redis Command: SET