| 17:11:24.621 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 17:11:24.621 | trace | yii\base\Module::getModule | Loading module: debug |
| 17:11:24.622 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 17:11:24.623 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 17:11:24.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 17:11:24.623 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:11:24.623 | info | time tracing start | 1782810684623898112 |
| 17:11:24.624 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 17:11:24.624 | trace | yii\web\Application::handleRequest | Route requested: 'ledger/login/get-access-token' |
| 17:11:24.624 | trace | yii\base\Module::getModule | Loading module: ledger |
| 17:11:24.624 | trace | yii\base\Controller::runAction | Route to run: ledger/login/get-access-token |
| 17:11:24.624 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\ledger\controllers\LoginController::actionGetAccessToken() |
| 17:11:24.627 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 17:11:24.627 | info | yii\db\Command::query | SELECT * FROM "global"."tbl_logins" WHERE ("email"='lrc@toast.com.cn') AND ("user_status"='1') |
| 17:11:24.628 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:11:24.629 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:11:25.147 | info | yii\db\Command::query | SELECT * FROM "global"."tbl_enterprises" WHERE "id"=2 |
| 17:11:25.151 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:11:25.152 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:11:25.152 | info | yii\db\Command::query | SELECT * FROM "a57be577deb434"."tbl_ledgers" ORDER BY "is_stop", "created_at" DESC |
| 17:11:25.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:11:25.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:11:25.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:11:25.154 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:11:25.155 | info | yii\web\Session::open | Session started |
| 17:11:25.155 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, 0, 1, 'ledger/login/get-access-token', '{"email":"lrc@toast.com.cn","password":"123456","device_type":"web","version_code":"1.0.0"}', '{"code":2000,"result":{"ledger_id":1,"access_token":"fm5QrMzndTK8qE2wxJ4UQJeJaYto4p5c"},"status":1,"msg":[{"name":"success","success":"\u6210\u529f","error":""}],"ip":"39.156.194.178","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:152.0) Gecko\/20100101 Firefox\/152.0"}', FALSE, '2026-06-30 17:11:25') RETURNING "id" |