Log Messages

总计57条数据
TimeLevelCategoryMessage
 
22:06:09.501traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
22:06:09.501traceyii\base\Module::getModuleLoading module: debug
22:06:09.501traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
22:06:09.501traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
22:06:09.502traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
22:06:09.502traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.502infotime tracing start1780495569502471936
22:06:09.502traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
22:06:09.502traceyii\web\Application::handleRequestRoute requested: 'vue/history/list-object'
22:06:09.502traceyii\base\Module::getModuleLoading module: vue
22:06:09.503infoyii\web\Session::openSession started
22:06:09.503infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=5250
22:06:09.503infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
22:06:09.506traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.506traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:06:09.507infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=1001
22:06:09.508traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.508traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:06:09.508infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=1001
22:06:09.509traceyii\base\Controller::runActionRoute to run: vue/history/list-object
22:06:09.509traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\HistoryController::actionListObject()
22:06:09.509infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM "a57be577deb434"."tbl_visit_object_histories" WHERE "user_id"=1001 ORDER BY "last_visit_at" DESC LIMIT 10) "c"
22:06:09.511infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_visit_object_histories" WHERE "user_id"=1001 ORDER BY "last_visit_at" DESC LIMIT 20
22:06:09.511traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.512traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:06:09.512infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1660
22:06:09.515infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1661
22:06:09.516traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.516traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:06:09.516infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=201
22:06:09.517infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1659
22:06:09.518infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_task_groups" WHERE "id"=203
22:06:09.519traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.520infoyii\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_clients' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
22:06:09.531infoyii\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_clients' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
22:06:09.583traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:06:09.583traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
22:06:09.583infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_clients" WHERE "id"=149
22:06:09.607traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.607infoyii\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_projects' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
22:06:09.616infoyii\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_projects' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
22:06:09.660traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:06:09.661traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
22:06:09.663infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=3854
22:06:09.668traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.671infoyii\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_schedules' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
22:06:09.676infoyii\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_schedules' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
22:06:09.712traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:06:09.714traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
22:06:09.717infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_schedules" WHERE "id"=18269
22:06:09.740infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_projects" WHERE "id"=4174
22:06:09.742infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_tasks" WHERE "id"=1658
22:06:09.743traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.744traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
22:06:09.744infoyii\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/history/list-object', '{"web_access_token":"111"}', '{"code":2000,"result":{"list":[{"id":207611,"user_id":1001,"object_type":101,"object_id":1660,"last_visit_at":"2026-06-03 22:04:47","title":"\u963f\u9053\u592b","icon":"icon-xiangmuguanli"},{"id":207612,"user_id":1001,"object_type":101,"object_id":1661,"last_visit_at":"2026-06-03 22:04:19","title":"22231","icon":"icon-xiangmuguanli"},{"id":207610,"user_id":1001,"object_type":102,"object_id":201,"last_visit_at":"2026-06-03 22:01:25","title":"11","icon":"icon-xiangmuguanli"},{"id":207609,"user_id":1001,"object_type":101,"object_id":1659,"last_visit_at":"2026-06-03 21:53:05","title":"\u6d4b\u8bd5","icon":"icon-xiangmuguanli"},{"id":207604,"user_id":1001,"object_type":102,"object_id":203,"last_visit_at":"2026-06-03 21:52:54","title":"\u9879\u76ee","icon":"icon-xiangmuguanli"},{"id":207608,"user_id":1001,"object_type":10,"object_id":149,"last_visit_at":"2026-06-03 16:50:25","title":"\u516c\u5b89\u90e8\u7b2c\u4e00\u7814\u7a76\u6240(\u6cd5\u8bc1\u90e8)(\u71d5\u4eac)","icon":"icon-kehuxinxi"},{"id":207607,"user_id":1001,"object_type":1,"object_id":3854,"last_visit_at":"2026-06-03 11:54:12","title":"\u5907\u4efd\u9879\u76ee\u4e8c\u671f","icon":"icon-shangjixinxi"},{"id":207606,"user_id":1001,"object_type":9,"object_id":18269,"last_visit_at":"2026-06-03 11:53:11","title":"\u9500\u552e\u9636\u6bb5\uff1a\u5546\u52a1\u62a5\u4ef7\n\u76ee\u7684\uff1a\u63a8\u52a8\u9879\u76ee\n\u52a8\u4f5c\uff1a\u8054\u7cfb\u4efb\u8001\u5e08\u3002","icon":"icon-daiban"},{"id":207593,"user_id":1001,"object_type":1,"object_id":4174,"last_visit_at":"2026-06-03 11:52:53","title":"\u9500\u552e\u7ebf\u7d22\u751f\u621020260602001","icon":"icon-shangjixinxi"},{"id":207605,"user_id":1001,"object_type":101,"object_id":1658,"last_visit_at":"2026-06-03 10:51:12","title":"\u6d4b\u8bd5","icon":"icon-xiangmuguanli"}]},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0,"ip":"111.194.208.14","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit\/537.36 (KHTML, like Gecko) Chrome\/148.0.0.0 Safari\/537.36"}', FALSE, '2026-06-03 22:06:09', 241820928) RETURNING "id"
22:06:09.747traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
22:06:09.748traceyii\redis\Connection::executeCommandExecuting Redis Command: SET