Log Messages

Total 57 item.
#TimeSince previousLevelCategoryMessage
   
122:28:01.321
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
222:28:01.322
< 1ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
322:28:01.323
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
422:28:01.323
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
522:28:01.339
< 16ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
622:28:01.341
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
722:28:01.342
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
822:28:01.343
< 0ms >
infoyii\web\Session::openSession started
922:28:01.343
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1022:28:01.343
< 0ms >
traceyii\base\Module::getModuleLoading module: gii
1122:28:01.343
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1222:28:01.344
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'site/login'
1322:28:01.344
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/login
1422:28:01.344
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1522:28:01.355
< 10ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
1622:28:01.358
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
1722:28:01.358
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1822:28:01.359
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1922:28:01.360
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2022:28:01.360
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2122:28:01.361
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2222:28:01.362
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2322:28:01.369
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2422:28:01.370
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2522:28:01.371
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2622:28:01.372
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2722:28:01.373
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2822:28:01.373
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2922:28:01.374
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3022:28:01.375
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3122:28:01.382
< 7ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3222:28:01.383
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3322:28:01.383
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3422:28:01.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3522:28:01.384
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3622:28:01.385
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3722:28:01.386
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3822:28:01.398
< 12ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionLogin()
3922:28:01.399
< 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
4022:28:01.424
< 24ms >
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;
4122:28:01.448
< 24ms >
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
4222:28:01.456
< 7ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("username"='blacklist') AND ("is_deleted"=0)
4322:28:02.022
< 566ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZRANGEBYSCORE
4422:28:02.023
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4522:28:02.024
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4622:28:02.025
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4722:28:02.026
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4822:28:02.026
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4922:28:02.028
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
5022:28:02.029
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
5122:28:02.030
< 0ms >
infoyii\web\User::loginUser '1eebb648-e02e-6a38-b774-5e1409fc0711' logged in from 162.158.106.117 with duration 0.
5222:28:02.031
< 1ms >
infoyii\db\Command::querySELECT "member"."id" FROM "member" WHERE "member"."username"='blacklist' LIMIT 2
5322:28:02.035
< 3ms >
infoyii\db\Command::querySELECT "member"."id" FROM "member" WHERE "member"."id"='1eebb648-e02e-6a38-b774-5e1409fc0711' LIMIT 2
5422:28:02.037
< 2ms >
infoyii\db\Command::executeUPDATE "member" SET "last_login_time"='2025-07-18 22:28:02', "last_login_ip"='162.158.106.117', "updated_at"=1752852482 WHERE "id"='1eebb648-e02e-6a38-b774-5e1409fc0711'
5522:28:02.052
< 14ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
5622:28:02.054
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
5722:28:02.055
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET