Log Messages

总计24条数据
TimeLevelCategoryMessage
 
09:35:38.467traceyii\base\Application::bootstrapBootstrap with yii\log\Dispatcher
09:35:38.467traceyii\base\Module::getModuleLoading module: debug
09:35:38.467traceyii\base\Application::bootstrapBootstrap with yii\debug\Module::bootstrap()
09:35:38.468traceyii\redis\Connection::openOpening redis DB connection: redis.server.local:6379, database=1
09:35:38.468traceyii\redis\Connection::executeCommandExecuting Redis Command: SELECT
09:35:38.468traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:35:38.468traceyii\base\Module::getModuleLoading module: gii
09:35:38.468traceyii\base\Application::bootstrapBootstrap with yii\gii\Module::bootstrap()
09:35:38.468traceyii\web\UrlManager::parseRequestNo matching URL rules. Using default URL parsing logic.
09:35:38.468traceyii\web\Application::handleRequestRoute requested: 'andy/get-log'
09:35:38.468traceyii\base\Controller::runActionRoute to run: andy/get-log
09:35:38.468traceyii\base\InlineAction::runWithParamsRunning action: app\controllers\AndyController::actionGetLog()
09:35:38.470traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:35:38.471traceyii\redis\Connection::executeCommandExecuting Redis Command: MGET
09:35:38.472traceyii\redis\Connection::executeCommandExecuting Redis Command: GET
09:35:38.473infoyii\db\Command::querySELECT code AS key, CASE WHEN code = 200 THEN '正常'||'('|| code||')' ELSE '错误'||'('|| code||')' END AS name FROM "global"."tbl_api_log" "a" WHERE a.code IS NOT NULL GROUP BY "code" ORDER BY "code"
09:35:38.473infoyii\db\Connection::openOpening DB connection: pgsql:host=postgresql.server.local;port=5432;dbname=beta
09:35:38.523traceyii\redis\Connection::executeCommandExecuting Redis Command: SET
09:35:38.524traceyii\base\View::renderFileRendering view file: /var/www/beta/views/site/andy/get-log.php
09:35:38.542infoyii\db\Command::querySELECT COUNT(*) FROM "global"."tbl_api_log" "a" LEFT JOIN "global"."tbl_logins" "u" ON u.id = a.user_id
09:35:38.555infoyii\db\Command::querySELECT a.* FROM "global"."tbl_api_log" "a" LEFT JOIN "global"."tbl_logins" "u" ON u.id = a.user_id ORDER BY "id" DESC LIMIT 20
09:35:38.563traceyii\base\Module::getModuleLoading module: gridview
09:35:38.572infoyii\web\Session::openSession started
09:35:38.573traceyii\base\View::renderFileRendering view file: /var/www/beta/views/layouts/new-front.php