Log Messages
Info. & Errors 2
Informational and error log messages generated during the execution of the application.
Level | Channel | Message |
---|---|---|
INFO | request |
Matched route "admin_transaction_list" .
[ "route" => "admin_transaction_list" "route_parameters" => [ "_route" => "admin_transaction_list" "_controller" => "LaunchPad\Bundle\LaunchPadBundle\Admin\Api\Controller\TransactionController::getPaymentTransactionListAction" ] "request_uri" => "http://backend.lplite.dev.pannovate.net/admin/api/transaction/list" "method" => "POST" ] |
INFO | security |
Guard authentication successful!
[ "token" => Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken {#611 -providerKey: "admin_api" -user: Proxies\__CG__\LaunchPad\Bundle\LaunchPadBundle\Base\Entity\User\User {#1396 …} -roles: [ Symfony\Component\Security\Core\Role\Role {#1652 -role: "ROLE_ADMIN" } Symfony\Component\Security\Core\Role\Role {#1660 -role: "ROLE_USER" } ] -roleNames: [ "ROLE_ADMIN" "ROLE_USER" ] -authenticated: true -attributes: [] } "authenticator" => "LaunchPad\Bundle\LaunchPadBundle\Base\Security\ApiAuthenticator" ] |
Deprecations 51
Log messages generated by using features marked as deprecated.