Log Messages

Total 101 item.
#TimeSince previousLevelCategoryMessage
   
121:52:35.454
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
221:52:35.455
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
321:52:35.455
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
421:52:35.456
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
521:52:35.470
< 14ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
621:52:35.472
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
721:52:35.473
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
821:52:35.473
< 0ms >
infoyii\web\Session::openSession started
921:52:35.474
< 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
1021:52:35.502
< 27ms >
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;
1121:52:35.522
< 20ms >
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
1221:52:35.528
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("id"='1eebb648-e02e-6a38-b774-5e1409fc0711') AND ("is_deleted"=0) AND ("status" IN (1, 2))
1321:52:35.532
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1421:52:35.532
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1521:52:35.532
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1621:52:35.532
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'referral'
1721:52:35.532
< 0ms >
traceyii\base\Controller::runActionRoute to run: referral/index
1821:52:35.532
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1921:52:35.546
< 13ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
2021:52:35.548
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
2121:52:35.549
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2221:52:35.550
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2321:52:35.550
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2421:52:35.554
< 4ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2521:52:35.555
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2621:52:35.555
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2721:52:35.556
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2821:52:35.556
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2921:52:35.557
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3021:52:35.558
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3121:52:35.559
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3221:52:35.560
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3321:52:35.560
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3421:52:35.561
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3521:52:35.561
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3621:52:35.562
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3721:52:35.563
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3821:52:35.563
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3921:52:35.564
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4021:52:35.565
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4121:52:35.565
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4221:52:35.566
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\ReferralController::actionIndex()
4321:52:35.566
< 0ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/referral/index.php
4421:52:35.571
< 4ms >
traceyii\base\View::renderFileRendering view file: /var/www/member-area/views/layouts/main.php
4521:52:35.571
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4621:52:35.577
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4721:52:35.578
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4821:52:35.578
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4921:52:35.579
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5021:52:35.580
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5121:52:35.580
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5221:52:35.581
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5321:52:35.581
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5421:52:35.582
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5521:52:35.583
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5621:52:35.583
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5721:52:35.583
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5821:52:35.584
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5921:52:35.584
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6021:52:35.585
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6121:52:35.585
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6221:52:35.586
< 0ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='menu_order'
6321:52:35.588
< 2ms >
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 = 'agent_setting' AND d.nspname = 'public' ORDER BY a.attnum;
6421:52:35.596
< 7ms >
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='agent_setting' and ns.nspname='public' order by fns.nspname, fc.relname, a.attnum
6521:52:35.602
< 5ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='language'
6621:52:35.603
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6721:52:35.604
< 1ms >
infoyii\db\Command::querySELECT * FROM "agent_setting" WHERE "key"='active_qris'
6821:52:35.606
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
6921:52:35.607
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7021:52:35.608
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7121:52:35.608
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7221:52:35.609
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7321:52:35.609
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7421:52:35.610
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7521:52:35.610
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7621:52:35.611
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7721:52:35.611
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7821:52:35.612
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
7921:52:35.612
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8021:52:35.613
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8121:52:35.613
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8221:52:35.614
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8321:52:35.615
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8421:52:35.615
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8521:52:35.616
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8621:52:35.616
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8721:52:35.617
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8821:52:35.618
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
8921:52:35.618
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9021:52:35.619
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9121:52:35.619
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9221:52:35.620
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9321:52:35.621
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9421:52:35.621
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9521:52:35.621
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9621:52:35.622
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9721:52:35.623
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: HGET
9821:52:35.624
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
9921:52:35.627
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
10021:52:35.629
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
10121:52:35.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET