Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Log Messages
Level (7)
Channel (5)
Time
Message
deprecation
User Deprecated: Method "Doctrine\DBAL\Types\Type::canRequireSQLConversion()" might add "bool" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToPHPValueSQL()" might add "string" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\DBAL\Types\Type::convertToDatabaseValueSQL()" might add "string" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\DBAL\Types\Type::getMappedDatabaseTypes()" might add "array" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
User Deprecated: Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
User Deprecated: Method "PDO::exec()" might add "int|false" as a native return type declaration in the future. Do the same in child class "Doctrine\DBAL\Driver\PDOConnection" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\DBAL\Types\Type::getName()" might add "string" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\GeometryType" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Doctrine\DBAL\Types\Type::getSQLDeclaration()" might add "string" as a native return type declaration in the future. Do the same in child class "Jsor\Doctrine\PostGIS\Types\PostGISType" now to avoid errors or add an explicit @return annotation to suppress this message.
SELECT t0.created_on AS created_on_1, t0.entity_id AS entity_id_2, t0.active AS active_3, t0.resource_url AS resource_url_4, t0.main_alias AS main_alias_5, t0.title AS title_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.page_description AS page_description_9, t0.meta_keywords AS meta_keywords_10, t0.domain AS domain_11, t0.id AS id_12 FROM seo t0 WHERE t0.domain = ? AND t0.main_alias = ? AND t0.active = ? ORDER BY t0.id DESC LIMIT 1
doctrine
[
"www"
"/mobile/api/v2/beauty/offe [...]"
true]
debug
SELECT t0.created_on AS created_on_1, t0.entity_id AS entity_id_2, t0.active AS active_3, t0.resource_url AS resource_url_4, t0.main_alias AS main_alias_5, t0.title AS title_6, t0.meta_title AS meta_title_7, t0.meta_description AS meta_description_8, t0.page_description AS page_description_9, t0.meta_keywords AS meta_keywords_10, t0.domain AS domain_11, t0.id AS id_12 FROM seo t0 WHERE t0.main_alias = ? ORDER BY t0.id DESC
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getPassword()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Slivki\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getSalt()" might add "?string" as a native return type declaration in the future. Do the same in implementation "Slivki\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\UserInterface::getUsername()" might add "string" as a native return type declaration in the future. Do the same in implementation "Slivki\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
User Deprecated: Method "Symfony\Component\Security\Core\User\EquatableInterface::isEqualTo()" might add "bool" as a native return type declaration in the future. Do the same in implementation "Slivki\Entity\User" now to avoid errors or add an explicit @return annotation to suppress this message.
SELECT count(DISTINCT b0_.id) AS sclr_0 FROM beauty_master b0_ INNER JOIN beauty_master_location b2_ ON b0_.id = b2_.master_id INNER JOIN geo_location g1_ ON g1_.id = b2_.location_id AND g1_.type IN ('1') WHERE g1_.id IN (SELECT g3_.id FROM geo_location g3_ INNER JOIN geo_location_relation g5_ ON g3_.id = g5_.location_id INNER JOIN offer o4_ ON o4_.id = g5_.entity_id WHERE (o4_.id = ?) AND g3_.type IN ('1')) AND b0_.position IS NULL GROUP BY b0_.id
doctrine
[125782]
debug
SELECT DISTINCT b0_.id AS id_0, b0_.id AS id_1 FROM beauty_master b0_ INNER JOIN beauty_master_location b2_ ON b0_.id = b2_.master_id INNER JOIN geo_location g1_ ON g1_.id = b2_.location_id AND g1_.type IN ('1') WHERE g1_.id IN (SELECT g3_.id FROM geo_location g3_ INNER JOIN geo_location_relation g5_ ON g3_.id = g5_.location_id INNER JOIN offer o4_ ON o4_.id = g5_.entity_id WHERE (o4_.id = ?) AND g3_.type IN ('1')) AND b0_.position IS NULL GROUP BY b0_.id ORDER BY b0_.id ASC LIMIT 20