| 17:24:13.538 | trace | yii\base\Application::bootstrap | Bootstrap with yii\log\Dispatcher |
| 17:24:13.538 | trace | yii\base\Module::getModule | Loading module: debug |
| 17:24:13.539 | trace | yii\base\Application::bootstrap | Bootstrap with yii\debug\Module::bootstrap() |
| 17:24:13.540 | trace | yii\redis\Connection::open | Opening redis DB connection: redis.server.local:6379, database=1 |
| 17:24:13.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: SELECT |
| 17:24:13.540 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:24:13.541 | info | time tracing start | 1782725053541244928 |
| 17:24:13.541 | trace | yii\web\UrlManager::parseRequest | No matching URL rules. Using default URL parsing logic. |
| 17:24:13.541 | trace | yii\web\Application::handleRequest | Route requested: 'ledger/login/get-access-token' |
| 17:24:13.541 | trace | yii\base\Module::getModule | Loading module: ledger |
| 17:24:13.542 | trace | yii\base\Controller::runAction | Route to run: ledger/login/get-access-token |
| 17:24:13.542 | trace | yii\base\InlineAction::runWithParams | Running action: app\modules\ledger\controllers\LoginController::actionGetAccessToken() |
| 17:24:13.544 | info | yii\db\Connection::open | Opening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta |
| 17:24:13.544 | info | yii\db\Command::query | SELECT * FROM "global"."tbl_logins" WHERE ("email"='wangxiaoxiao@toast.com.cn') AND ("user_status"='1') |
| 17:24:13.545 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:24:13.546 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:24:14.062 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:24:14.063 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:24:14.064 | info | yii\db\Command::query | INSERT INTO "global"."tbl_login_logs" ("email", "is_success", "ip_address") VALUES ('wangxiaoxiao@toast.com.cn', FALSE, '221.216.117.25') |
| 17:24:14.067 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:24:14.068 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:24:14.068 | info | yii\web\Session::open | Session started |
| 17:24:14.068 | info | yii\db\Command::query | SELECT * FROM "global"."vw_user_login" WHERE "id"=1001 |
| 17:24:14.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: GET |
| 17:24:14.069 | trace | yii\redis\Connection::executeCommand | Executing Redis Command: MGET |
| 17:24:14.070 | info | yii\db\Command::query | INSERT INTO "global"."tbl_api_log" ("code", "schema", "user_id", "device_type", "version_code", "url", "request", "response", "php_error", "time") VALUES (200, '', 1001, 0, 1, 'ledger/login/get-access-token', '{"email":"wangxiaoxiao@toast.com.cn","password":"123456","device_type":"web","version_code":"1.0.0"}', '{"code":500,"result":{},"status":0,"msg":[{"name":"error","success":"","error":"\u5f53\u524d\u8d26\u53f7\u672a\u5f00\u901a\u62a5\u7a0e\u6a21\u5757\u6743\u9650"}],"ip":"221.216.117.25","ua":"Mozilla\/5.0 (Macintosh; Intel Mac OS X 10.15; rv:152.0) Gecko\/20100101 Firefox\/152.0"}', FALSE, '2026-06-29 17:24:14') RETURNING "id" |