Log Messages
Info. & Errors 2
Informational and error log messages generated during the execution of the application.
Level | Channel | Message |
---|---|---|
INFO | request |
Matched route "index" .
[ "route" => "index" "route_parameters" => [ "_route" => "index" "_controller" => "App\Controller\DefaultController::index" ] "request_uri" => "https://sister-act.toolapp.fr/?rest_route=%2Fwp%2Fv2%2Fusers%2F" "method" => "GET" ] |
INFO | security | Populated the TokenStorage with an anonymous Token. |
Deprecations 3
Log messages generated by using features marked as deprecated.
Debug 4
Unimportant log messages generated during the execution of the application.
Time | Channel | Message |
---|---|---|
security |
Checking for guard authentication credentials.
[ "firewall_key" => "main" "authenticators" => 1 ] |
|
security |
Checking support on guard authenticator.
[ "firewall_key" => "main" "authenticator" => "App\Security\LoginFormAuthenticator" ] |
|
security |
Guard authenticator does not support the request.
[ "firewall_key" => "main" "authenticator" => "App\Security\LoginFormAuthenticator" ] |
|
doctrine |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.price AS price_2, a0_.style_class AS style_class_3, a0_.coach AS coach_4, a0_.ht_price AS ht_price_5, a0_.tax_price AS tax_price_6 FROM act_package a0_ WHERE a0_.coach = ?
[
false
]
|
PHP Notices 0
Log messages generated by PHP notices silenced with the @ operator.
There are no log messages of this level.
Container 1856
Log messages generated during the compilation of the service container.
Class | Messages |
---|---|
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
523 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
196 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
113 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
500 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
135 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
389 |