Log Messages

Total 47 item.
#TimeSince previousLevelCategoryMessage
   
123:13:43.415
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
223:13:43.423
< 7ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
323:13:43.423
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
423:13:43.423
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
523:13:43.442
< 18ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
623:13:43.457
< 14ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
723:13:43.458
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
823:13:43.459
< 0ms >
infoyii\web\Session::openSession started
923:13:43.459
< 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
1023:13:43.478
< 18ms >
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;
1123:13:43.495
< 16ms >
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
1223:13:43.502
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1ef1c781-e6fe-611a-a45f-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1323:13:43.506
< 4ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1423:13:43.507
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1523:13:43.507
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1623:13:43.507
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'play/launch-sportsbook'
1723:13:43.507
< 0ms >
traceyii\base\Controller::runActionRoute to run: play/launch-sportsbook
1823:13:43.507
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1923:13:43.523
< 15ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2023:13:43.529
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2123:13:43.535
< 6ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2223:13:43.537
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2323:13:43.538
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2423:13:43.538
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2523:13:43.539
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2623:13:43.540
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2723:13:43.541
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2823:13:43.541
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2923:13:43.542
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3023:13:43.543
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3123:13:43.543
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3223:13:43.544
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3323:13:43.544
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3423:13:43.545
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3523:13:43.546
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3623:13:43.546
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3723:13:43.547
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3823:13:43.548
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3923:13:43.548
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4023:13:43.553
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4123:13:43.554
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4223:13:43.554
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\PlayController::actionLaunchSportsbook()
4323:13:43.555
< 0ms >
tracelinslin\yii2\curl\Curl::_httpRequestStart sending cURL-Request: http://sbo.api.mickey88indo.com/game/launch?gamecode=0&member=1ef1c781-e6fe-611a-a45f-5e1409fc0711&redirectUrl=https%3A%2F%2Fmickey88indo.com%2Fsportsbook&memberIp=108.162.226.147&provider=saba&gameType=ThirdPartySportsBook&gpId=44&device=mobile\n
4423:13:44.489
< 933ms >
tracelinslin\yii2\curl\Curl::_httpRequestEnd cURL-Request: {"success":true,"message":"","gameUrl":"https://lmd-uat.gaolitsai.com/v2/SeamlessGame?SsoToken=4562138.vbIsGcKsGobFMxrXYZLuSiyR&LoginToken=I5hzP54W6tkL%2f6mvJGjpS90mcJFkoNIWJD3z6FDyfL6A%2futrqLSism0SxQe2QCSTUdfZSpIIXoKjJnDth0W73AKvW%2bUCLdiYwTXidlR8ZsxHxw%2bIxJd5J9Vnj%2fMrxjrFSdGDoBJdQWBBC2bTbW8Ct%2bXra209RK0a9DLdVkogQBXv%2bxFhY7XEqHVNuc%2fAQFm%2fYfkGGZA6cki4Er3QJxfx9pdwSnrO8n2rcSFuRpUf%2fAiQIj9ObjGihS36yulHKsrlTpUD0BjC7lCMcvooSljZ3g%3d%3d&OToken=29735233.YDaCiRviUZlYIxijrXUsTOfro&ODomain=-demo.ggppqqgg.com&gpid=44&gameid=0&lang=en&device=m"}
4523:13:44.497
< 8ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
4623:13:44.498
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
4723:13:44.499
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET