Log Messages

Total 47 item.
#TimeSince previousLevelCategoryMessage
   
116:30:52.030
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:30:52.031
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:30:52.031
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:30:52.032
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
516:30:52.042
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:30:52.043
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:30:52.043
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:30:52.044
< 0ms >
infoyii\web\Session::openSession started
916:30:52.044
< 0ms >
infoyii\db\Connection::openOpening DB connection: pgsql:host=private-postgresql-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com;port=25060;dbname=defaultdb
1016:30:52.060
< 16ms >
infoyii\db\Command::querySELECT 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;
1116:30:52.075
< 15ms >
infoyii\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='member' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
1216:30:52.081
< 5ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1316:30:52.084
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1416:30:52.085
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1516:30:52.085
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1616:30:52.085
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/launch'
1716:30:52.085
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/launch
1816:30:52.085
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1916:30:52.094
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2016:30:52.095
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2116:30:52.096
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:30:52.096
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:30:52.097
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:30:52.098
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:30:52.098
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:30:52.099
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:30:52.099
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:30:52.100
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:30:52.101
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:30:52.101
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:30:52.102
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:30:52.102
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:30:52.103
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:30:52.103
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:30:52.104
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:30:52.105
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:30:52.106
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:30:52.106
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3916:30:52.107
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4016:30:52.107
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4116:30:52.108
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4216:30:52.108
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionLaunch()
4316:30:52.109
< 0ms >
tracelinslin\yii2\curl\Curl::_httpRequestStart sending cURL-Request: http://sbo.api.mickey88indo.com/game/launch?gamecode=1&member=1eebb648-e02e-6a38-b774-5e1409fc0711&redirectUrl=https%3A%2F%2Fmickey88indo.com%2Ffishing%3Fprovider%3Djili&memberIp=162.158.88.92&provider=jili&gameType=SeamlessGame&gpId=1020&cashierUrl=http%3A%2F%2Fmickey88indo.com%2Fdeposit&gameName=Royal+Fishing&agent_id=1edd46f9-bb77-68ec-807c-52cd15f3a828&agent_code=code\n
4416:30:52.927
< 818ms >
tracelinslin\yii2\curl\Curl::_httpRequestEnd cURL-Request: {"success":true,"message":"","gameUrl":"https://lmd-uat.gaolitsai.com/v2/SeamlessGame?SsoToken=4083430.LPeGyXUeVQTvLolKicdGgRVp&LoginToken=I5hzP54W6tkL%2f6mvJGjpS90mcJFkoNIWJD3z6FDyfL7zdS3ilfMkiGkpUEhfihC9k2kZfiwquKXDB1fPuNHABgjw5jsJNjvB0xgDb85CixpHxw%2bIxJd5J9Vnj%2fMrxjrFpL2kcbBiRE9V%2bv%2f3ncbwYR2sImC9mgGaCeMsGcqsji8%2blCJC7ba8uEmRoWJGzS4BtFU%2bMpMTS%2bNcTwjQGULd4Bbb9hhofAVYm2keExNqQeydYU2WgX4sKEfZtpQraDCVyGPicXKFrr8wYTpQNhAgkg%3d%3d&OToken=28495105.umVCcGZwLShYhHWjFpafeEuhX&ODomain=-demo.ggppqqgg.com&gpid=1020&gameid=1&lang=id-id&device=m&betCode="}
4516:30:52.935
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
4616:30:52.936
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
4716:30:52.937
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET