Log Messages
Info. & Errors 1
Informational and error log messages generated during the execution of the application.
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 {#214 +count: 1 -severity: E_USER_DEPRECATED : { { spl_autoload_call($class_name) … › { { spl_autoload_call($class_name) … › |
Debug 3
Unimportant log messages generated during the execution of the application.
Time | Channel | Message |
---|---|---|
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 |