Log Messages

Total 58 item.
#TimeSince previousLevelCategoryMessage
   
116:07:07.603
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
216:07:07.606
< 3ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
316:07:07.606
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
416:07:07.607
< 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:07:07.621
< 14ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
616:07:07.624
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
716:07:07.625
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
816:07:07.626
< 0ms >
infoyii\web\Session::openSession started
916:07:07.626
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1016:07:07.626
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1116:07:07.626
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1216:07:07.626
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'site/login'
1316:07:07.626
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/login
1416:07:07.626
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1516:07:07.637
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
1616:07:07.639
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
1716:07:07.639
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1816:07:07.640
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1916:07:07.641
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2016:07:07.641
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2116:07:07.642
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2216:07:07.643
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2316:07:07.644
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2416:07:07.645
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2516:07:07.646
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2616:07:07.646
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2716:07:07.647
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2816:07:07.649
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2916:07:07.650
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3016:07:07.650
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3116:07:07.651
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3216:07:07.652
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3316:07:07.652
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3416:07:07.653
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3516:07:07.654
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3616:07:07.655
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3716:07:07.655
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3816:07:07.656
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionLogin()
3916:07:07.657
< 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
4016:07:07.676
< 19ms >
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;
4116:07:07.696
< 19ms >
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
4216:07:07.704
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("username"='testtest05') AND ("is_deleted"=0)
4316:07:08.681
< 977ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZRANGEBYSCORE
4416:07:08.699
< 17ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4516:07:08.701
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4616:07:08.702
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4716:07:08.704
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4816:07:08.705
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4916:07:08.705
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
5016:07:08.706
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5116:07:08.707
< 0ms >
infoyii\web\User::loginUser '1ee04445-7cd8-645a-aa4c-5e1409fc0711' logged in from 172.70.189.177 with duration 0.
5216:07:08.716
< 8ms >
infoyii\db\Command::querySELECT "member"."id" FROM "member" WHERE "member"."username"='testtest05' LIMIT 2
5316:07:08.719
< 3ms >
infoyii\db\Command::querySELECT "member"."id" FROM "member" WHERE "member"."id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711' LIMIT 2
5416:07:08.721
< 2ms >
infoyii\db\Command::querySELECT EXISTS(SELECT * FROM "member" WHERE "member"."id"='1ede6b8b-6657-65c6-84ea-5e1409fc0711')
5516:07:08.724
< 3ms >
infoyii\db\Command::executeUPDATE "member" SET "is_logged_in"=1, "last_login_time"='2025-06-23 16:07:08', "last_login_ip"='172.70.189.177', "updated_at"=1750669628 WHERE "id"='1ee04445-7cd8-645a-aa4c-5e1409fc0711'
5616:07:08.781
< 56ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
5716:07:08.785
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
5816:07:08.786
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET