Log Messages

Total 57 item.
#TimeSince previousLevelCategoryMessage
   
111:52:24.110
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
211:52:24.119
< 9ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
311:52:24.119
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
411:52:24.119
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
511:52:24.149
< 29ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
611:52:24.162
< 12ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
711:52:24.165
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
811:52:24.166
< 1ms >
infoyii\web\Session::openSession started
911:52:24.167
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1011:52:24.168
< 1ms >
traceyii\base\Module::getModuleLoading module: gii
1111:52:24.168
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1211:52:24.171
< 2ms >
traceyii\web\Application::handleRequestRoute requested: 'site/login'
1311:52:24.173
< 2ms >
traceyii\base\Controller::runActionRoute to run: site/login
1411:52:24.173
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1511:52:24.195
< 21ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
1611:52:24.210
< 14ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
1711:52:24.211
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1811:52:24.212
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1911:52:24.213
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2011:52:24.214
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2111:52:24.219
< 5ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2211:52:24.220
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2311:52:24.221
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2411:52:24.221
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2511:52:24.223
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2611:52:24.223
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2711:52:24.224
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2811:52:24.225
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2911:52:24.225
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3011:52:24.226
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3111:52:24.227
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3211:52:24.227
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3311:52:24.228
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3411:52:24.228
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3511:52:24.229
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3611:52:24.229
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3711:52:24.230
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3811:52:24.231
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionLogin()
3911:52:24.231
< 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
4011:52:24.252
< 21ms >
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;
4111:52:24.281
< 28ms >
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
4211:52:24.289
< 8ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("username"='blacklist') AND ("is_deleted"=0)
4311:52:25.627
< 1s 337ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZRANGEBYSCORE
4411:52:25.628
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4511:52:25.629
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4611:52:25.630
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4711:52:25.631
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4811:52:25.632
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4911:52:25.636
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
5011:52:25.637
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5111:52:25.654
< 16ms >
infoyii\web\User::loginUser '1eebb648-e02e-6a38-b774-5e1409fc0711' logged in from 172.69.176.22 with duration 0.
5211:52:25.660
< 5ms >
infoyii\db\Command::querySELECT "member"."id" FROM "member" WHERE "member"."username"='blacklist' LIMIT 2
5311:52:25.663
< 2ms >
infoyii\db\Command::querySELECT "member"."id" FROM "member" WHERE "member"."id"='1eebb648-e02e-6a38-b774-5e1409fc0711' LIMIT 2
5411:52:25.667
< 4ms >
infoyii\db\Command::executeUPDATE "member" SET "is_logged_in"=1, "last_login_time"='2025-06-28 11:52:25', "last_login_ip"='172.69.176.22', "updated_at"=1751086345 WHERE "id"='1eebb648-e02e-6a38-b774-5e1409fc0711'
5511:52:25.702
< 34ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
5611:52:25.703
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
5711:52:25.704
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET