# | Time | Since previous | Level | Category | Message |
---|---|---|---|---|---|
1 | 23:33:08.932 | < 0ms > | trace | yii\base\Application::bootstrap | Bootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap() |
2 | 23:33:08.933 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher | |
3 | 23:33:08.933 | trace | yii\base\Module::getModule | Loading module: debug | |
4 | 23:33:08.934 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1 | |
5 | 23:33:08.942 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
6 | 23:33:08.942 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
7 | 23:33:08.943 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
8 | 23:33:08.943 | info | yii\web\Session::open | Session started | |
9 | 23:33:08.944 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb | |
10 | 23:33:08.963 | info | yii\db\Command::query | SELECT d.nspname AS table_schema, c.relname AS table_name, a.attname AS column_name, COALESCE(td.typname, tb.typname, t.typname) AS data_type, COALESCE(td.typtype, tb.typtype, t.typtype) AS type_type, (SELECT nspname FROM pg_namespace WHERE oid = COALESCE(td.typnamespace, tb.typnamespace, t.typnamespace)) AS type_scheme, 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) OR attidentity != '' AS is_autoinc, pg_get_serial_sequence(quote_ident(d.nspname) || '.' || quote_ident(c.relname), a.attname) AS sequence_name, CASE WHEN COALESCE(td.typtype, tb.typtype, t.typtype) = 'e'::char THEN array_to_string((SELECT array_agg(enumlabel) FROM pg_enum WHERE enumtypid = COALESCE(td.oid, tb.oid, a.atttypid))::varchar[], ',') ELSE NULL END 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, COALESCE(NULLIF(a.attndims, 0), NULLIF(t.typndims, 0), (t.typcategory='A')::int) AS dimension 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_type tb ON (a.attndims > 0 OR t.typcategory='A') AND t.typelem > 0 AND t.typelem = tb.oid OR t.typbasetype > 0 AND t.typbasetype = tb.oid LEFT JOIN pg_type td ON t.typndims > 0 AND t.typbasetype > 0 AND tb.typelem = td.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 NOT a.attisdropped AND c.relname = 'member' AND d.nspname = 'public' ORDER BY a.attnum; | |
11 | 23:33:08.990 | info | yii\db\Command::query | select 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='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum | |
12 | 23:33:08.997 | info | yii\db\Command::query | SELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2)) | |
13 | 23:33:09.002 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() | |
14 | 23:33:09.002 | trace | yii\base\Module::getModule | Loading module: gii | |
15 | 23:33:09.002 | trace | yii\base\Application::bootstrap | Bootstrap with yii\gii\Module::bootstrap() | |
16 | 23:33:09.002 | trace | yii\web\Application::handleRequest | Route requested: 'play/launch' | |
17 | 23:33:09.003 | trace | yii\base\Controller::runAction | Route to run: play/launch | |
18 | 23:33:09.003 | trace | yii\redis\Connection::open | Opening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0 | |
19 | 23:33:09.010 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: AUTH | |
20 | 23:33:09.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT | |
21 | 23:33:09.011 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
22 | 23:33:09.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
23 | 23:33:09.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
24 | 23:33:09.012 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
25 | 23:33:09.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
26 | 23:33:09.013 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
27 | 23:33:09.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
28 | 23:33:09.014 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
29 | 23:33:09.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
30 | 23:33:09.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
31 | 23:33:09.015 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
32 | 23:33:09.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
33 | 23:33:09.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
34 | 23:33:09.016 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
35 | 23:33:09.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
36 | 23:33:09.017 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
37 | 23:33:09.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
38 | 23:33:09.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
39 | 23:33:09.018 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
40 | 23:33:09.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
41 | 23:33:09.019 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET | |
42 | 23:33:09.020 | trace | yii\base\InlineAction::runWithParams | Running action: app\controllers\PlayController::actionLaunch() | |
43 | 23:33:09.020 | trace | linslin\yii2\curl\Curl::_httpRequest | Start sending cURL-Request: http://tupai.api.mickey88indo.com/game/launch?gamecode=greatkongisland&member=1eebb648-e02e-6a38-b774-5e1409fc0711&redirectUrl=https%3A%2F%2Fmickey88indo.com%2Fslot%3Fprovider%3Dtupaigaming&memberIp=172.70.92.157&provider=tupaigaming&gameType=&gpId=&cashierUrl=http%3A%2F%2Fmickey88indo.com%2Fdeposit&gameName=Great+Kong+Island&agent_id=1edd46f9-bb77-68ec-807c-52cd15f3a828&agent_code=code\n | |
44 | 23:33:09.617 | trace | linslin\yii2\curl\Curl::_httpRequest | End cURL-Request: {"success":true,"message":"","gameUrl":"https://tupai.mickey88rp.xyz/games/great_kong_island-1743390739/?token=62e6546b-126b-4cbf-9ebe-bbb082a2ac59"} | |
45 | 23:33:09.626 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET | |
46 | 23:33:09.627 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: ZADD | |
47 | 23:33:09.627 | < 0ms > | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SET |