Log Messages
Info. & Errors 2
Informational and error log messages generated during the execution of the application.
Level | Channel | Message |
---|---|---|
INFO | request |
Matched route "whoPingMessages" .
[ "route" => "whoPingMessages" "route_parameters" => [ "_route" => "whoPingMessages" "_controller" => "App\Controller\WHOController::whoPingMessages" ] "request_uri" => "https://d.ms.api-com.ru/who/ping?PHPAPICOID=squqi2m5c4n2h0316iffcvjm9a" "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 {#190 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › { { spl_autoload_call($class_name) … › |
Debug 6
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 'main'"
[ "sql" => "SELECT 'main'" ] |
|
doctrine |
Executing query: """ SELECT name AS table_name\n FROM sqlite_master\n WHERE type = 'table'\n AND name != 'sqlite_sequence'\n AND name != 'geometry_columns'\n AND name != 'spatial_ref_sys'\n UNION ALL\n SELECT name\n FROM sqlite_temp_master\n WHERE type = 'table'\n ORDER BY name """ [ "sql" => """ SELECT name AS table_name\n FROM sqlite_master\n WHERE type = 'table'\n AND name != 'sqlite_sequence'\n AND name != 'geometry_columns'\n AND name != 'spatial_ref_sys'\n UNION ALL\n SELECT name\n FROM sqlite_temp_master\n WHERE type = 'table'\n ORDER BY name """ ] |
|
doctrine |
Executing query: "SELECT 'main'"
[ "sql" => "SELECT 'main'" ] |
PHP Notices 0
Log messages generated by PHP notices silenced with the @ operator.
There are no log messages of this level.
Container 1841
Log messages generated during the compilation of the service container.
Class | Messages |
---|---|
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
|
247 |
Symfony\Component\DependencyInjection\Compiler\AutowirePass
|
8 |
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
|
210 |
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
|
67 |
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
|
235 |
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
|
771 |
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
|
303 |