Log Messages

Total 55 item.
#TimeSince previousLevelCategoryMessage
   
115:52:53.639
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\bootstrap5\i18n\TranslationBootstrap::bootstrap()
215:52:53.654
< 14ms >
traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
315:52:53.654
< 0ms >
traceyii\base\Module::getModuleLoading module: debug
415:52:53.654
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=1
515:52:53.679
< 24ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
615:52:53.680
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
715:52:53.682
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
815:52:53.683
< 0ms >
infoyii\web\Session::openSession started
915:52:53.683
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
1015:52:53.693
< 10ms >
traceyii\base\Module::getModuleLoading module: gii
1115:52:53.693
< 0ms >
traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
1215:52:53.693
< 0ms >
traceyii\web\Application::handleRequestRoute requested: 'site/login'
1315:52:53.694
< 0ms >
traceyii\base\Controller::runActionRoute to run: site/login
1415:52:53.694
< 0ms >
traceyii\redis\Connection::openOpening redis DB connection: tcp://private-redis-agent-staging-do-user-13748639-0.b.db.ondigitalocean.com:25061, database=0
1515:52:53.714
< 20ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: AUTH
1615:52:53.717
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
1715:52:53.721
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1815:52:53.725
< 3ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
1915:52:53.726
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2015:52:53.726
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2115:52:53.727
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2215:52:53.728
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2315:52:53.728
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2415:52:53.729
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2515:52:53.730
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2615:52:53.730
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2715:52:53.731
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2815:52:53.732
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
2915:52:53.732
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3015:52:53.733
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3115:52:53.733
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3215:52:53.734
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3315:52:53.735
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3415:52:53.735
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3515:52:53.736
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3615:52:53.736
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3715:52:53.737
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
3815:52:53.738
< 0ms >
traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\SiteController::actionLogin()
3915:52:53.738
< 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
4015:52:53.761
< 22ms >
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;
4115:52:53.780
< 18ms >
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
4215:52:53.787
< 6ms >
infoyii\db\Command::querySELECT * FROM "member" WHERE ("username"='testlagi01') AND ("is_deleted"=0)
4315:52:55.042
< 1s 255ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZRANGEBYSCORE
4415:52:55.043
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4515:52:55.044
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4615:52:55.044
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4715:52:55.045
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: DEL
4815:52:55.046
< 0ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
4915:52:55.046
< 0ms >
infoyii\web\User::loginUser '1f05e33b-6d74-6490-a7da-5e1409fc0711' logged in from 162.158.189.247 with duration 0.
5015:52:55.047
< 1ms >
infoyii\db\Command::querySELECT "member"."id" FROM "member" WHERE "member"."username"='testlagi01' LIMIT 2
5115:52:55.067
< 19ms >
infoyii\db\Command::querySELECT "member"."id" FROM "member" WHERE "member"."id"='1f05e33b-6d74-6490-a7da-5e1409fc0711' LIMIT 2
5215:52:55.078
< 10ms >
infoyii\db\Command::executeUPDATE "member" SET "is_logged_in"=1, "last_login_time"='2025-07-11 15:52:55', "updated_at"=1752223975 WHERE "id"='1f05e33b-6d74-6490-a7da-5e1409fc0711'
5315:52:55.098
< 20ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
5415:52:55.101
< 2ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: ZADD
5515:52:55.103
< 1ms >
traceyii\redis\Connection::executeCommandExecuting Redis Command: SET