Log Messages
Info. & Errors 2
Informational and error log messages generated during the execution of the application.
Level | Channel | Message |
---|---|---|
INFO | request |
Matched route "homepage" .
[ "route" => "homepage" "route_parameters" => [ "_route" => "homepage" "template" => "default/homepage.html.twig" "_locale" => "en" "_controller" => "Symfony\Bundle\FrameworkBundle\Controller\TemplateController::templateAction" ] "request_uri" => "https://pce.d.api-com.ru/?rest_route=%2Fwp%2Fv2%2Fusers%2F" "method" => "GET" ] |
INFO | doctrine |
Connecting with parameters [ "url" => "<redacted>" "driver" => "pdo_sqlite" "host" => "localhost" "port" => null "user" => "root" "password" => null "driverOptions" => [] "defaultTableOptions" => [] "path" => "/var/www/d.ms.apicom/data/database.sqlite" "charset" => "utf8" ] [ "params" => [ "url" => "<redacted>" "driver" => "pdo_sqlite" "host" => "localhost" "port" => null "user" => "root" "password" => null "driverOptions" => [] "defaultTableOptions" => [] "path" => "/var/www/d.ms.apicom/data/database.sqlite" "charset" => "utf8" ] ] |
Deprecations 1
Log messages generated by using features marked as deprecated.
Time | Channel | Message |
---|---|---|
n/a |
The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
[ "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#113 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › { { spl_autoload_call($class_name) … › |
Debug 5
Unimportant log messages generated during the execution of the application.
Time | Channel | Message |
---|---|---|
security |
Checking for authenticator support.
[ "firewall_name" => "main" "authenticators" => 1 ] |
|
security |
Checking support on authenticator.
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] |
|
security |
Authenticator does not support the request.
[ "firewall_name" => "main" "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator" ] |
|
doctrine |
Executing query: "SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name"
[ "sql" => "SELECT name FROM sqlite_master WHERE type = 'table' AND name != 'sqlite_sequence' AND name != 'geometry_columns' AND name != 'spatial_ref_sys' UNION ALL SELECT name FROM sqlite_temp_master WHERE type = 'table' ORDER BY name" ] |
|
doctrine |
Executing query: "SELECT ''"
[ "sql" => "SELECT ''" ] |
PHP Notices 0
Log messages generated by PHP notices silenced with the @ operator.
There are no log messages of this level.
Container 1754
Log messages generated during the compilation of the service container.
Class | Messages |
---|---|
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
220 |
Symfony\Component\DependencyInjection\Compiler\AutowirePass
|
5 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
209 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
67 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
208 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
751 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
294 |