Log Messages

总计30条数据
TimeLevelCategoryMessage
 
18:58:08.052traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
18:58:08.052traceyii\base\Module::getModuleLoading module: debug
18:58:08.052traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
18:58:08.052traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
18:58:08.052traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
18:58:08.053traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:58:08.053traceyii\base\Module::getModuleLoading module: gii
18:58:08.053traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
18:58:08.053traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
18:58:08.053traceyii\web\Application::handleRequestRoute requested: 'v2/task/get-new'
18:58:08.053traceyii\base\Module::getModuleLoading module: v2
18:58:08.053infoyii\web\Session::openSession started
18:58:08.054infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
18:58:08.056infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "access_token"='Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd'
18:58:08.059traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:58:08.059traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:58:08.059traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:58:08.059traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:58:08.059infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1000
18:58:08.061traceyii\base\Controller::runActionRoute to run: v2/task/get-new
18:58:08.061traceyii\base\InlineAction::runWithParamsRunning action: app\modules\v2\controllers\TaskController::actionGetNew()
18:58:08.062infoyii\db\Command::querySELECT "s"."id" AS "key", "s"."title" AS "name" FROM "a57be577deb434"."tbl_task_groups" "s" 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 (("thrs"."user_id"=1000) OR ("turs"."user_id"=1000)) AND ("s"."status"=0) GROUP BY "s"."id"
18:58:08.064traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:58:08.064infoyii\db\Command::querySELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, t.typname AS data_type, a.attlen AS character_maximum_length, pg_catalog.col_description(c.oid, a.attnum) AS column_comment, a.atttypmod AS modifier, a.attnotnull = false AS is_nullable, CAST(pg_get_expr(ad.adbin, ad.adrelid) AS varchar) AS column_default, coalesce(pg_get_expr(ad.adbin, ad.adrelid) ~ 'nextval',false) AS is_autoinc, array_to_string((select array_agg(enumlabel) from pg_enum where enumtypid=a.atttypid)::varchar[],',') as enum_values, CASE atttypid WHEN 21 /*int2*/ THEN 16 WHEN 23 /*int4*/ THEN 32 WHEN 20 /*int8*/ THEN 64 WHEN 1700 /*numeric*/ THEN CASE WHEN atttypmod = -1 THEN null ELSE ((atttypmod - 4) >> 16) & 65535 END WHEN 700 /*float4*/ THEN 24 /*FLT_MANT_DIG*/ WHEN 701 /*float8*/ THEN 53 /*DBL_MANT_DIG*/ ELSE null END AS numeric_precision, CASE WHEN atttypid IN (21, 23, 20) THEN 0 WHEN atttypid IN (1700) THEN CASE WHEN atttypmod = -1 THEN null ELSE (atttypmod - 4) & 65535 END ELSE null END AS numeric_scale, CAST( information_schema._pg_char_max_length(information_schema._pg_truetypid(a, t), information_schema._pg_truetypmod(a, t)) AS numeric ) AS size, a.attnum = any (ct.conkey) as is_pkey FROM pg_class c LEFT JOIN pg_attribute a ON a.attrelid = c.oid LEFT JOIN pg_attrdef ad ON a.attrelid = ad.adrelid AND a.attnum = ad.adnum LEFT JOIN pg_type t ON a.atttypid = t.oid LEFT JOIN pg_namespace d ON d.oid = c.relnamespace LEFT join pg_constraint ct on ct.conrelid=c.oid and ct.contype='p' WHERE a.attnum > 0 and t.typname != '' and c.relname = 'tbl_task_groups' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
18:58:08.068infoyii\db\Command::queryselect ct.conname as constraint_name, a.attname as column_name, fc.relname as foreign_table_name, fns.nspname as foreign_table_schema, fa.attname as foreign_column_name from (SELECT ct.conname, ct.conrelid, ct.confrelid, ct.conkey, ct.contype, ct.confkey, generate_subscripts(ct.conkey, 1) AS s FROM pg_constraint ct ) AS ct inner join pg_class c on c.oid=ct.conrelid inner join pg_namespace ns on c.relnamespace=ns.oid inner join pg_attribute a on a.attrelid=ct.conrelid and a.attnum = ct.conkey[ct.s] left join pg_class fc on fc.oid=ct.confrelid left join pg_namespace fns on fc.relnamespace=fns.oid left join pg_attribute fa on fa.attrelid=ct.confrelid and fa.attnum = ct.confkey[ct.s] where ct.contype='f' and c.relname='tbl_task_groups' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
18:58:08.079traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:58:08.079traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:58:08.080traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:58:08.080traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:58:08.080infoyii\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/get-new', '{"access_token":"Ll7CI5iYtgVyQJHl2tkvnIHNJc9_fUfd","device_type":"2","posttime":"1751713024","task_group_id":"0","token":"254c669c1af898d594cbbbef701ba6ad","version_code":"1141"}', '{"code":200,"data":{"model":{"max_weight":0},"options":[{"key":"Tasks[task_group_id]","name":"\u9879\u76ee\u5217\u8868","value":[{"key":106,"name":"2020\u5e742\u6708\u5f00\u53d1\u90e8\u4efb\u52a1"},{"key":196,"name":"\u5c0f\u5587\u53ed\u73ed\u54af"},{"key":195,"name":"test111"},{"key":192,"name":"\u60e0\u83f2\u5b81\u7c89"}]},{"key":"Tasks[is_important]","name":"\u91cd\u8981\u6027","value":[{"key":"0","name":"\u666e\u901a"},{"key":"1","name":"\u91cd\u8981"}]}]},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}]}', FALSE, '2025-07-05 18:58:08') RETURNING "id"