Log Messages

总计40条数据
TimeLevelCategoryMessage
 
18:06:21.944traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
18:06:21.944traceyii\base\Module::getModuleLoading module: debug
18:06:21.945traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
18:06:21.947traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
18:06:21.948traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
18:06:21.948traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:06:21.948traceyii\base\Module::getModuleLoading module: gii
18:06:21.948traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
18:06:21.948traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
18:06:21.948traceyii\web\Application::handleRequestRoute requested: 'vue/comment/list'
18:06:21.948traceyii\base\Module::getModuleLoading module: vue
18:06:23.458infoyii\web\Session::openSession started
18:06:23.459infoyii\db\Command::querySELECT * FROM "global"."vw_user_login" WHERE "id"=5016
18:06:23.459infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
18:06:23.468traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:06:23.470traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:06:23.471traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:06:23.471traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:06:23.471infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_users" WHERE "id"=5016
18:06:23.473traceyii\base\Controller::runActionRoute to run: vue/comment/list
18:06:23.473traceyii\base\InlineAction::runWithParamsRunning action: app\modules\vue\controllers\CommentController::actionList()
18:06:23.473infoyii\db\Command::querySELECT COUNT(*) FROM "a57be577deb434"."tbl_comments" WHERE object_type = '1' AND object_id = '3461'
18:06:23.495infoyii\db\Command::querySELECT COUNT(*) FROM "a57be577deb434"."tbl_unread_comments" WHERE object_type = '1' AND object_id = '3461' AND remind_user_id = 5016
18:06:23.515traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:06:23.515infoyii\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_unread_comments' and d.nspname = 'a57be577deb434' ORDER BY a.attnum;
18:06:23.521infoyii\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_unread_comments' and ns.nspname='a57be577deb434' order by fns.nspname, fc.relname, a.attnum
18:06:23.533traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:06:23.533traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
18:06:23.533infoyii\db\Command::executeUPDATE "a57be577deb434"."tbl_unread_comments" SET "is_read"=TRUE WHERE ("object_type"='1') AND ("object_id"='3461') AND ("remind_user_id"=5016)
18:06:23.554infoyii\db\Command::querySELECT COUNT(*) FROM (SELECT * FROM "a57be577deb434"."tbl_comments" WHERE ("parent" IS NULL) AND ("object_type"='1') AND ("object_id"='3461') ORDER BY "created_at" DESC) "c"
18:06:23.583infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_comments" WHERE ("parent" IS NULL) AND ("object_type"='1') AND ("object_id"='3461') ORDER BY "created_at" DESC LIMIT 20
18:06:23.612infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_comments" WHERE "parent" IN (170096, 168161, 168160, 168158, 127165) ORDER BY "created_at"
18:06:23.635infoyii\db\Command::querySELECT * FROM "a57be577deb434"."tbl_attachement_relationships" WHERE ("object_type"=310) AND ("object_id" IN (170096, 168161, 168160, 168158, 127165))
18:06:23.638infoyii\db\Command::querySELECT "id", "id" AS "key", "name", "sex" FROM "a57be577deb434"."tbl_users" WHERE "id" IN (5250, 5016, 1005)
18:06:23.638infoyii\db\Command::querySELECT "user_id", "meta_value" AS "avatar" FROM "a57be577deb434"."tbl_user_meta" WHERE ("meta_key"='avatar') AND ("user_id" IN (5250, 5016, 1005))
18:06:23.639traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:06:23.640traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
18:06:23.640infoyii\db\Command::queryINSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "url", "request", "response", "php_error", "time") VALUES (200, 'a57be577deb434', 5016, 5, 'vue/comment/list', '{"object_type":"1","object_id":"3461","page":"1","web_access_token":"KTg8BnZ5JFWa2YxBawF8Yj9F0pEyUuJt"}', '{"code":2000,"result":{"list":[{"id":170096,"object_id":3461,"object_type":"1","parent":{},"description":"\u8463\u8363\u66f4\u65b0\u4e86\u4e00\u6761\u5546\u673a\u72b6\u6001\u660e\u786e\u9700\u6c42\u53d8\u4e3a\u5546\u673a\u6210\u4ea4","created_by":5250,"created_at":"2025-06-11 11:37:57","reply_to":"","is_system":true,"for_user":"","description2":"NETAPP FAS2800*2","comments":[],"attachmentRelationships":[],"createdBy":{"id":5250,"key":5250,"name":"\u8463\u8363","sex":"M","userMetas":[{"user_id":5250,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/10f9a0d9-7ea7-3910-9465-6ece76a0dae4.png"}]},"can_delete":false},{"id":168161,"object_id":3461,"object_type":"1","parent":{},"description":"\u6d4b\u8bd5\u65f6\u4e0d\u5c0f\u5fc3\u6539\u4e86\u5546\u673a\u72b6\u6001\uff0c\u5df2\u8fd8\u539f","created_by":5016,"created_at":"2025-03-04 13:51:02","reply_to":"","is_system":false,"for_user":1005,"description2":"","comments":[],"attachmentRelationships":[],"createdBy":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","userMetas":[{"user_id":5016,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}]},"can_delete":true},{"id":168160,"object_id":3461,"object_type":"1","parent":{},"description":"\u9ad8\u90e1\u9633\u66f4\u65b0\u4e86\u4e00\u6761\u5546\u673a\u72b6\u6001\u5546\u673a\u6401\u7f6e\u53d8\u4e3a\u660e\u786e\u9700\u6c42","created_by":5016,"created_at":"2025-03-04 13:49:57","reply_to":"","is_system":true,"for_user":"","description2":"NETAPP FAS2800*2","comments":[],"attachmentRelationships":[],"createdBy":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","userMetas":[{"user_id":5016,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}]},"can_delete":true},{"id":168158,"object_id":3461,"object_type":"1","parent":{},"description":"\u9ad8\u90e1\u9633\u66f4\u65b0\u4e86\u4e00\u6761\u5546\u673a\u72b6\u6001\u660e\u786e\u9700\u6c42\u53d8\u4e3a\u5546\u673a\u6401\u7f6e","created_by":5016,"created_at":"2025-03-04 13:47:41","reply_to":"","is_system":true,"for_user":"","description2":"NETAPP FAS2800*2","comments":[],"attachmentRelationships":[],"createdBy":{"id":5016,"key":5016,"name":"\u9ad8\u90e1\u9633","sex":"M","userMetas":[{"user_id":5016,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/404e0bcf-6382-3f63-b93b-4d936f35a4b2.png"}]},"can_delete":true},{"id":127165,"object_id":3461,"object_type":"1","parent":{},"description":"\u8d75\u6657\u7131\u65b0\u5efa\u4e86\u4e00\u6761\u72b6\u6001\u4e3a\u660e\u786e\u9700\u6c42\u7684\u5546\u673a","created_by":1005,"created_at":"2024-03-04 09:39:05","reply_to":"","is_system":true,"for_user":"","description2":"\u7fa4\u6656\u5b58\u50a8Hd6500","comments":[],"attachmentRelationships":[],"createdBy":{"id":1005,"key":1005,"name":"\u8d75\u6657\u7131","sex":"F","userMetas":[{"user_id":1005,"avatar":"\/files\/cdn\/a57be577deb434\/avatar\/56876dde-37eb-39fc-853a-47eaef6510e5.png"}]},"can_delete":false}],"unread":0,"count":5,"pagenation":{"totalcount":5,"thispage":1,"pagesize":20}},"status":1,"msg":[{"name":"success","success":"\u6210\u529f\u83b7\u53d6\u6570\u636e","error":""}],"mod":0}', FALSE, '2025-07-04 18:06:23') RETURNING "id"
18:06:23.642traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
18:06:23.642traceyii\redis\Connection::executeCommandExecuting Redis Command: SET