var/log/dev.log

Open in your IDE?
  1. [2024-09-22T04:24:47.850101+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  2. [2024-09-22T04:24:47.850885+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  3. [2024-09-22T04:24:47.851176+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  4. [2024-09-22T04:24:47.851481+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  5. [2024-09-22T04:24:47.848933+00:00] doctrine.DEBUG: SHOW FULL TABLES WHERE Table_type = 'BASE TABLE' [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  6. [2024-09-22T04:24:49.390195+00:00] doctrine.DEBUG: SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'dc_insurance' AND TABLE_NAME = 'migration_versions' ORDER BY ORDINAL_POSITION ASC [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  7. [2024-09-22T04:24:49.401045+00:00] doctrine.DEBUG: SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'migration_versions' */ WHERE k.table_name = 'migration_versions' AND k.table_schema = 'dc_insurance' /*!50116 AND c.constraint_schema = 'dc_insurance' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  8. [2024-09-22T04:24:49.416473+00:00] doctrine.DEBUG: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'migration_versions' AND TABLE_SCHEMA = 'dc_insurance' ORDER BY SEQ_IN_INDEX ASC [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  9. [2024-09-22T04:24:49.420072+00:00] doctrine.DEBUG: SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS FROM information_schema.TABLES WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'migration_versions' [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  10. [2024-09-22T04:24:49.422000+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  11. [2024-09-22T04:24:49.557468+00:00] doctrine.DEBUG: SELECT version FROM migration_versions WHERE version IN ('20211122100257') ORDER BY version DESC LIMIT 1 [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  12. [2024-09-22T04:24:49.560119+00:00] doctrine.DEBUG: SELECT version FROM migration_versions [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  13. [2024-09-22T04:24:49.563101+00:00] doctrine.DEBUG: "START TRANSACTION" [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  14. [2024-09-22T04:24:49.576358+00:00] doctrine.DEBUG: ALTER TABLE souscription ADD code_agence VARCHAR(30) DEFAULT NULL, ADD code_caisse VARCHAR(30) DEFAULT NULL [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  15. [2024-09-22T04:24:49.720800+00:00] doctrine.DEBUG: "ROLLBACK" [] {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  16. [2024-09-22T04:24:49.722668+00:00] console.ERROR: Error thrown while running command "doctrine:migrations:migrate --no-interaction". Message: "An exception occurred while executing 'ALTER TABLE souscription ADD code_agence VARCHAR(30) DEFAULT NULL, ADD code_caisse VARCHAR(30) DEFAULT NULL':  SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'code_agence'" {"exception":"[object] (Doctrine\\DBAL\\Exception\\NonUniqueFieldNameException(code: 0): An exception occurred while executing 'ALTER TABLE souscription ADD code_agence VARCHAR(30) DEFAULT NULL, ADD code_caisse VARCHAR(30) DEFAULT NULL':\n\nSQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'code_agence' at /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:69)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDOException(code: 42S21): SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'code_agence' at /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:91)\n[previous exception] [object] (PDOException(code: 42S21): SQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'code_agence' at /var/www/html/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:86)","command":"doctrine:migrations:migrate --no-interaction","message":"An exception occurred while executing 'ALTER TABLE souscription ADD code_agence VARCHAR(30) DEFAULT NULL, ADD code_caisse VARCHAR(30) DEFAULT NULL':\n\nSQLSTATE[42S21]: Column already exists: 1060 Duplicate column name 'code_agence'"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  17. [2024-09-22T04:24:49.728481+00:00] console.DEBUG: Command "doctrine:migrations:migrate --no-interaction" exited with code "1" {"command":"doctrine:migrations:migrate --no-interaction","code":1} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  18. [2024-09-22T08:21:49.443914+00:00] php.DEBUG: Warning: filemtime(): stat failed for /var/lib/jenkins/workspace/guichet-cloud-prod-insurance_services/config/routes/annotations.yaml {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":2,"file":"/var/www/html/vendor/symfony/config/Resource/FileResource.php","line":65,"trace":[{"file":"/var/www/html/vendor/symfony/config/Resource/SelfCheckingResourceChecker.php","line":34,"function":"isFresh","class":"Symfony\\Component\\Config\\Resource\\FileResource","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  19. [2024-09-22T08:21:50.810008+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  20. [2024-09-22T08:21:53.887402+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  21. [2024-09-22T08:21:53.887734+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  22. [2024-09-22T08:21:53.888014+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  23. [2024-09-22T08:21:53.888234+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  24. [2024-09-22T08:21:53.887189+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://guichet-prod-insurance-services.bgdigital.cloud")" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://guichet-prod-insurance-services.bgdigital.cloud\") at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  25. [2024-09-22T12:35:17.113752+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  26. [2024-09-22T12:35:17.129110+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  27. [2024-09-22T12:35:17.129575+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  28. [2024-09-22T12:35:17.129903+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  29. [2024-09-22T12:35:17.089967+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  30. [2024-09-22T12:35:17.439026+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  31. [2024-09-22T13:18:39.856535+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  32. [2024-09-22T13:18:39.857374+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  33. [2024-09-22T13:18:39.857688+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  34. [2024-09-22T13:18:39.857945+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  35. [2024-09-22T13:18:39.856008+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  36. [2024-09-22T13:58:08.787558+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  37. [2024-09-22T13:58:08.807175+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  38. [2024-09-22T13:58:08.807532+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  39. [2024-09-22T13:58:08.807771+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  40. [2024-09-22T13:58:08.761630+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  41. [2024-09-22T15:47:07.158513+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  42. [2024-09-22T15:47:07.158610+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  43. [2024-09-22T15:47:07.183860+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  44. [2024-09-22T15:47:07.183861+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  45. [2024-09-22T15:47:07.184294+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  46. [2024-09-22T15:47:07.184317+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  47. [2024-09-22T15:47:07.184517+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  48. [2024-09-22T15:47:07.184589+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  49. [2024-09-22T15:47:07.132756+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  50. [2024-09-22T15:47:07.131812+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  51. [2024-09-22T22:11:21.145344+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  52. [2024-09-22T22:11:21.146793+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  53. [2024-09-22T22:11:21.147203+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  54. [2024-09-22T22:11:21.147517+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  55. [2024-09-22T22:11:21.144851+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  56. [2024-09-22T22:11:21.166527+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  57. [2024-09-23T05:26:39.673214+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  58. [2024-09-23T05:26:39.692560+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  59. [2024-09-23T05:26:39.693286+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  60. [2024-09-23T05:26:39.693713+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  61. [2024-09-23T05:26:39.648250+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  62. [2024-09-23T05:26:39.947171+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  63. [2024-09-23T09:13:45.382858+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  64. [2024-09-23T09:13:45.405170+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  65. [2024-09-23T09:13:45.405589+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  66. [2024-09-23T09:13:45.405819+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  67. [2024-09-23T09:13:45.359025+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://guichet-prod-insurance-services.bgdigital.cloud")" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://guichet-prod-insurance-services.bgdigital.cloud\") at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  68. [2024-09-23T09:13:45.658033+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  69. [2024-09-23T10:37:16.412202+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  70. [2024-09-23T10:37:16.431502+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  71. [2024-09-23T10:37:16.431939+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  72. [2024-09-23T10:37:16.432171+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  73. [2024-09-23T10:37:16.388034+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  74. [2024-09-23T10:37:17.147795+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  75. [2024-09-23T14:28:38.134970+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  76. [2024-09-23T14:28:38.139164+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  77. [2024-09-23T14:28:38.139466+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  78. [2024-09-23T14:28:38.139724+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  79. [2024-09-23T14:28:38.134562+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  80. [2024-09-23T14:28:38.292015+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  81. [2024-09-23T17:15:40.995839+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  82. [2024-09-23T17:15:40.997375+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  83. [2024-09-23T17:15:40.997727+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  84. [2024-09-23T17:15:40.998049+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  85. [2024-09-23T17:15:40.995270+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c5d73c"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/c5d73c/search/results?ip=10.0.1.77&limit=10&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2Fwp-admin%2Fsetup-config.php%3Fstep%3D1","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  86. [2024-09-23T17:15:41.327725+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2Fwp-admin%2Fsetup-config.php%3Fstep%3D1","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  87. [2024-09-23T18:34:15.700264+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  88. [2024-09-23T18:34:15.701962+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  89. [2024-09-23T18:34:15.702239+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  90. [2024-09-23T18:34:15.702501+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  91. [2024-09-23T18:34:15.699864+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6650b7"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/6650b7/search/results?ip=10.0.1.77&limit=10&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2Fapi%2Fdocs.js","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  92. [2024-09-23T18:34:15.760728+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2Fapi%2Fdocs.js","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  93. [2024-09-23T21:15:45.345975+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  94. [2024-09-23T21:15:45.365768+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  95. [2024-09-23T21:15:45.366142+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  96. [2024-09-23T21:15:45.366418+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  97. [2024-09-23T21:15:45.326689+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6a69b7"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/6a69b7/search/results?ip=10.0.1.77&limit=10&method=GET","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  98. [2024-09-23T21:15:45.577520+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10&method=GET","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  99. [2024-09-23T21:38:34.825165+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  100. [2024-09-23T21:38:34.827055+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  101. [2024-09-23T21:38:34.827416+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  102. [2024-09-23T21:38:34.827745+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  103. [2024-09-23T21:38:34.824657+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  104. [2024-09-23T21:38:34.890010+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  105. [2024-09-23T21:38:39.515388+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  106. [2024-09-23T21:38:39.515965+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  107. [2024-09-23T21:38:39.516227+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  108. [2024-09-23T21:38:39.516470+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  109. [2024-09-23T21:38:39.515099+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "LINK /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"LINK /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  110. [2024-09-23T21:38:39.533658+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  111. [2024-09-23T22:43:20.150679+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  112. [2024-09-23T22:43:20.170090+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  113. [2024-09-23T22:43:20.170564+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  114. [2024-09-23T22:43:20.170822+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  115. [2024-09-23T22:43:20.125863+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e935dc"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/e935dc/search/results?ip=10.0.1.77&limit=10&method=GET","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  116. [2024-09-23T22:43:20.382163+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10&method=GET","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  117. [2024-09-24T01:38:19.344303+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  118. [2024-09-24T01:38:19.363413+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  119. [2024-09-24T01:38:19.363919+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  120. [2024-09-24T01:38:19.364199+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  121. [2024-09-24T01:38:19.320481+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4308f7"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/4308f7/search/results?limit=10&method=GET","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  122. [2024-09-24T01:38:19.580859+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?limit=10&method=GET","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  123. [2024-09-24T04:13:08.666991+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  124. [2024-09-24T04:13:08.687543+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  125. [2024-09-24T04:13:08.688146+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  126. [2024-09-24T04:13:08.688449+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  127. [2024-09-24T04:13:08.643237+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2aa34f"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/2aa34f/search/results?ip=10.0.1.77&limit=10&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2F","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  128. [2024-09-24T04:13:08.858976+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2F","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  129. [2024-09-24T05:23:52.729107+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  130. [2024-09-24T05:23:52.758558+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  131. [2024-09-24T05:23:52.759046+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  132. [2024-09-24T05:23:52.759296+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  133. [2024-09-24T05:23:52.707243+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  134. [2024-09-24T05:23:53.028053+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  135. [2024-09-24T05:23:54.393212+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  136. [2024-09-24T05:23:54.393912+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  137. [2024-09-24T05:23:54.394198+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  138. [2024-09-24T05:23:54.394506+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  139. [2024-09-24T05:23:54.392757+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /version"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /version\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/version/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  140. [2024-09-24T05:23:54.465531+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  141. [2024-09-24T05:23:55.675170+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  142. [2024-09-24T05:23:55.675770+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  143. [2024-09-24T05:23:55.676053+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  144. [2024-09-24T05:23:55.676333+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  145. [2024-09-24T05:23:55.674877+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /about"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /about\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/about/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  146. [2024-09-24T05:23:55.734987+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  147. [2024-09-24T05:23:57.191387+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  148. [2024-09-24T05:23:57.191918+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  149. [2024-09-24T05:23:57.192176+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  150. [2024-09-24T05:23:57.192414+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  151. [2024-09-24T05:23:57.191074+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /v2/_catalog"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /v2/_catalog\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/v2/_catalog/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  152. [2024-09-24T05:23:57.208845+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  153. [2024-09-24T05:23:59.559936+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  154. [2024-09-24T05:23:59.560416+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  155. [2024-09-24T05:23:59.560674+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  156. [2024-09-24T05:23:59.560902+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  157. [2024-09-24T05:23:59.559636+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /_all_dbs"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /_all_dbs\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_all_dbs/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  158. [2024-09-24T05:23:59.607862+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  159. [2024-09-24T05:24:01.309678+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  160. [2024-09-24T05:24:01.310361+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  161. [2024-09-24T05:24:01.310688+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  162. [2024-09-24T05:24:01.310944+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  163. [2024-09-24T05:24:01.309265+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.env"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.env\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  164. [2024-09-24T05:24:01.363038+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  165. [2024-09-24T05:24:02.541118+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  166. [2024-09-24T05:24:02.541565+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  167. [2024-09-24T05:24:02.541841+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  168. [2024-09-24T05:24:02.542095+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  169. [2024-09-24T05:24:02.540865+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /s/334323e2634323e2131313e25393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /s/334323e2634323e2131313e25393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/s/334323e2634323e2131313e25393/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  170. [2024-09-24T05:24:02.592219+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  171. [2024-09-24T05:24:03.705132+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  172. [2024-09-24T05:24:03.705588+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  173. [2024-09-24T05:24:03.705933+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  174. [2024-09-24T05:24:03.706315+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  175. [2024-09-24T05:24:03.704853+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /telescope/requests"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /telescope/requests\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/telescope/requests/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  176. [2024-09-24T05:24:03.754185+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  177. [2024-09-24T05:34:15.138036+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  178. [2024-09-24T05:34:15.138651+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  179. [2024-09-24T05:34:15.138979+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  180. [2024-09-24T05:34:15.139237+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  181. [2024-09-24T05:34:15.137451+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"da314b"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/da314b/search/results?ip=10.0.1.77&limit=10&method=GET&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2F","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  182. [2024-09-24T05:34:15.163987+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10&method=GET&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2F","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  183. [2024-09-24T08:10:04.064661+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  184. [2024-09-24T08:10:04.084519+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  185. [2024-09-24T08:10:04.084907+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  186. [2024-09-24T08:10:04.085236+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  187. [2024-09-24T08:10:04.039536+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ff0b62"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/ff0b62/search/results?limit=10&url=http","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  188. [2024-09-24T08:10:04.297353+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?limit=10&url=http","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  189. [2024-09-24T09:03:44.653997+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  190. [2024-09-24T09:03:44.660302+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  191. [2024-09-24T09:03:44.660790+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  192. [2024-09-24T09:03:44.661022+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  193. [2024-09-24T09:03:44.653398+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  194. [2024-09-24T09:55:00.306976+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  195. [2024-09-24T09:55:00.327418+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  196. [2024-09-24T09:55:00.327939+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  197. [2024-09-24T09:55:00.328280+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  198. [2024-09-24T09:55:00.284176+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  199. [2024-09-24T10:07:47.062073+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  200. [2024-09-24T10:07:47.063112+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  201. [2024-09-24T10:07:47.063461+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  202. [2024-09-24T10:07:47.063814+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  203. [2024-09-24T10:07:47.061525+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //guichet-prod-insurance-services.bgdigital.cloud/api/docs.js"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //guichet-prod-insurance-services.bgdigital.cloud/api/docs.js\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//guichet-prod-insurance-services.bgdigital.cloud/api/docs.js/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  204. [2024-09-24T10:07:47.130536+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  205. [2024-09-24T10:08:42.350476+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  206. [2024-09-24T10:08:42.350987+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  207. [2024-09-24T10:08:42.351249+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  208. [2024-09-24T10:08:42.351499+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  209. [2024-09-24T10:08:42.350075+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //guichet-prod-insurance-services.bgdigital.cloud/api/docs.js"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //guichet-prod-insurance-services.bgdigital.cloud/api/docs.js\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//guichet-prod-insurance-services.bgdigital.cloud/api/docs.js/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  210. [2024-09-24T10:08:42.390833+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  211. [2024-09-24T10:09:37.195338+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  212. [2024-09-24T10:09:37.196016+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  213. [2024-09-24T10:09:37.196316+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  214. [2024-09-24T10:09:37.196545+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  215. [2024-09-24T10:09:37.194970+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //guichet-prod-insurance-services.bgdigital.cloud/api/docs.js"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //guichet-prod-insurance-services.bgdigital.cloud/api/docs.js\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//guichet-prod-insurance-services.bgdigital.cloud/api/docs.js/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  216. [2024-09-24T10:09:37.242589+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  217. [2024-09-24T10:31:05.807930+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  218. [2024-09-24T10:31:05.827312+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  219. [2024-09-24T10:31:05.827832+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  220. [2024-09-24T10:31:05.828188+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  221. [2024-09-24T10:31:05.780295+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"92d3db"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/92d3db","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  222. [2024-09-24T10:31:06.145431+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  223. [2024-09-24T10:40:40.926848+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  224. [2024-09-24T10:40:40.927602+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  225. [2024-09-24T10:40:40.927938+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  226. [2024-09-24T10:40:40.928248+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  227. [2024-09-24T10:40:40.926417+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  228. [2024-09-24T12:52:30.630801+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  229. [2024-09-24T12:52:30.650818+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  230. [2024-09-24T12:52:30.651239+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  231. [2024-09-24T12:52:30.651565+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  232. [2024-09-24T12:52:30.605093+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1e6611"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/1e6611/search/results?ip=10.0.1.77&limit=10","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  233. [2024-09-24T12:52:30.866877+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  234. [2024-09-24T15:05:27.343825+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  235. [2024-09-24T15:05:27.363090+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  236. [2024-09-24T15:05:27.363496+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  237. [2024-09-24T15:05:27.363715+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  238. [2024-09-24T15:05:27.319237+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6a69b7"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/6a69b7/search/results?ip=10.0.1.77&limit=10&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2F.env","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  239. [2024-09-24T15:05:27.529391+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10&url=http%3A%2F%2Fguichet-prod-insurance-services.bgdigital.cloud%2F.env","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  240. [2024-09-24T16:28:28.993158+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  241. [2024-09-24T16:28:29.013144+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  242. [2024-09-24T16:28:29.013528+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  243. [2024-09-24T16:28:29.013765+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  244. [2024-09-24T16:28:28.968369+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  245. [2024-09-24T16:28:29.267537+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  246. [2024-09-24T18:59:54.520829+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  247. [2024-09-24T18:59:54.529060+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  248. [2024-09-24T18:59:54.529629+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  249. [2024-09-24T18:59:54.529988+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  250. [2024-09-24T18:59:54.520413+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  251. [2024-09-24T18:59:54.599614+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  252. [2024-09-25T05:40:49.835955+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  253. [2024-09-25T05:40:49.855646+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  254. [2024-09-25T05:40:49.856124+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  255. [2024-09-25T05:40:49.856389+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  256. [2024-09-25T05:40:49.810899+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.php"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.php\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.php/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  257. [2024-09-25T05:40:50.214708+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  258. [2024-09-25T08:26:29.442377+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  259. [2024-09-25T08:26:29.445972+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  260. [2024-09-25T08:26:29.446662+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  261. [2024-09-25T08:26:29.447078+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  262. [2024-09-25T08:26:29.441515+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //feed/"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //feed/\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//feed\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  263. [2024-09-25T08:26:29.514205+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  264. [2024-09-25T08:26:32.152425+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  265. [2024-09-25T08:26:32.153115+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  266. [2024-09-25T08:26:32.153608+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  267. [2024-09-25T08:26:32.153952+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  268. [2024-09-25T08:26:32.152031+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //blog/wp-includes/wlwmanifest.xml"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //blog/wp-includes/wlwmanifest.xml\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//blog/wp-includes/wlwmanifest.xml/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  269. [2024-09-25T08:26:32.220846+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  270. [2024-09-25T08:26:35.034643+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  271. [2024-09-25T08:26:35.035323+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  272. [2024-09-25T08:26:35.035588+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  273. [2024-09-25T08:26:35.035806+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  274. [2024-09-25T08:26:35.034115+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wordpress/wp-includes/wlwmanifest.xml"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wordpress/wp-includes/wlwmanifest.xml\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//wordpress/wp-includes/wlwmanifest.xml/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  275. [2024-09-25T08:26:35.111946+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  276. [2024-09-25T08:26:37.833285+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  277. [2024-09-25T08:26:37.835149+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  278. [2024-09-25T08:26:37.835571+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  279. [2024-09-25T08:26:37.835793+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  280. [2024-09-25T08:26:37.832937+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2020/wp-includes/wlwmanifest.xml"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2020/wp-includes/wlwmanifest.xml\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//2020/wp-includes/wlwmanifest.xml/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  281. [2024-09-25T08:26:37.898382+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  282. [2024-09-25T08:26:40.587837+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  283. [2024-09-25T08:26:40.588318+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  284. [2024-09-25T08:26:40.588547+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  285. [2024-09-25T08:26:40.588800+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  286. [2024-09-25T08:26:40.587532+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //2021/wp-includes/wlwmanifest.xml"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //2021/wp-includes/wlwmanifest.xml\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//2021/wp-includes/wlwmanifest.xml/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  287. [2024-09-25T08:26:40.629472+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  288. [2024-09-25T08:26:43.418341+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  289. [2024-09-25T08:26:43.418841+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  290. [2024-09-25T08:26:43.419071+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  291. [2024-09-25T08:26:43.419282+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  292. [2024-09-25T08:26:43.417945+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //wp1/wp-includes/wlwmanifest.xml"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //wp1/wp-includes/wlwmanifest.xml\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//wp1/wp-includes/wlwmanifest.xml/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  293. [2024-09-25T08:26:43.468758+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  294. [2024-09-25T08:26:46.216612+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  295. [2024-09-25T08:26:46.217080+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  296. [2024-09-25T08:26:46.217332+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  297. [2024-09-25T08:26:46.217549+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  298. [2024-09-25T08:26:46.216339+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET //site/wp-includes/wlwmanifest.xml"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET //site/wp-includes/wlwmanifest.xml\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//site/wp-includes/wlwmanifest.xml/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  299. [2024-09-25T08:26:46.286661+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  300. [2024-09-25T09:47:13.800803+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  301. [2024-09-25T09:47:13.821385+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  302. [2024-09-25T09:47:13.822198+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  303. [2024-09-25T09:47:13.822696+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  304. [2024-09-25T09:47:13.775761+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0918bd"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/0918bd/search/results?ip=10.0.1.77&limit=10","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  305. [2024-09-25T09:47:14.037965+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.77&limit=10","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  306. [2024-09-25T13:13:11.157719+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  307. [2024-09-25T13:13:11.177276+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  308. [2024-09-25T13:13:11.177778+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  309. [2024-09-25T13:13:11.178078+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  310. [2024-09-25T13:13:11.133557+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  311. [2024-09-25T13:13:11.433045+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  312. [2024-09-25T15:24:39.920831+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  313. [2024-09-25T15:24:39.940905+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  314. [2024-09-25T15:24:39.941406+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  315. [2024-09-25T15:24:39.941744+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  316. [2024-09-25T15:24:39.895680+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  317. [2024-09-25T15:24:40.195478+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  318. [2024-09-25T22:15:27.050611+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  319. [2024-09-25T22:15:27.070528+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  320. [2024-09-25T22:15:27.071061+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  321. [2024-09-25T22:15:27.071352+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  322. [2024-09-25T22:15:27.026085+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3d37fc"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/3d37fc/search/results?ip=10.0.1.46&limit=10&url=http","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  323. [2024-09-25T22:15:27.287651+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.46&limit=10&url=http","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  324. [2024-09-26T04:23:48.310070+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  325. [2024-09-26T04:23:48.329550+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  326. [2024-09-26T04:23:48.330105+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  327. [2024-09-26T04:23:48.330432+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  328. [2024-09-26T04:23:48.285919+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  329. [2024-09-26T04:23:48.583883+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  330. [2024-09-26T04:26:04.174500+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  331. [2024-09-26T04:26:04.174968+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  332. [2024-09-26T04:26:04.175199+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  333. [2024-09-26T04:26:04.175416+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  334. [2024-09-26T04:26:04.174110+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  335. [2024-09-26T04:26:04.186447+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  336. [2024-09-26T05:23:16.294540+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  337. [2024-09-26T05:23:16.314876+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  338. [2024-09-26T05:23:16.315355+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  339. [2024-09-26T05:23:16.315674+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  340. [2024-09-26T05:23:16.269120+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  341. [2024-09-26T05:23:16.568860+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  342. [2024-09-26T05:53:49.149151+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  343. [2024-09-26T05:53:49.150236+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  344. [2024-09-26T05:53:49.150900+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  345. [2024-09-26T05:53:49.151269+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  346. [2024-09-26T05:53:49.148434+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  347. [2024-09-26T05:53:49.176328+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  348. [2024-09-26T05:53:53.214400+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  349. [2024-09-26T05:53:53.214837+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  350. [2024-09-26T05:53:53.215066+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  351. [2024-09-26T05:53:53.215302+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  352. [2024-09-26T05:53:53.214128+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  353. [2024-09-26T05:53:53.289168+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  354. [2024-09-26T05:53:55.093402+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  355. [2024-09-26T05:53:55.093860+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  356. [2024-09-26T05:53:55.094106+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  357. [2024-09-26T05:53:55.094354+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  358. [2024-09-26T05:53:55.093135+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  359. [2024-09-26T05:53:55.133938+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  360. [2024-09-26T05:53:56.978603+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  361. [2024-09-26T05:53:56.979089+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  362. [2024-09-26T05:53:56.979335+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  363. [2024-09-26T05:53:56.979585+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  364. [2024-09-26T05:53:56.978223+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  365. [2024-09-26T05:53:57.026308+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  366. [2024-09-26T05:53:59.348073+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  367. [2024-09-26T05:53:59.348547+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  368. [2024-09-26T05:53:59.348776+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  369. [2024-09-26T05:53:59.348990+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  370. [2024-09-26T05:53:59.347736+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  371. [2024-09-26T05:53:59.400910+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  372. [2024-09-26T05:54:00.863899+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  373. [2024-09-26T05:54:00.864470+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  374. [2024-09-26T05:54:00.864735+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  375. [2024-09-26T05:54:00.865122+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  376. [2024-09-26T05:54:00.863570+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  377. [2024-09-26T05:54:00.919093+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  378. [2024-09-26T05:54:02.718489+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  379. [2024-09-26T05:54:02.719089+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  380. [2024-09-26T05:54:02.719400+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  381. [2024-09-26T05:54:02.719691+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  382. [2024-09-26T05:54:02.718138+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  383. [2024-09-26T05:54:02.761969+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  384. [2024-09-26T05:54:04.983593+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  385. [2024-09-26T05:54:04.984123+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  386. [2024-09-26T05:54:04.984402+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  387. [2024-09-26T05:54:04.984730+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  388. [2024-09-26T05:54:04.983253+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  389. [2024-09-26T05:54:05.029025+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  390. [2024-09-26T05:54:06.823174+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  391. [2024-09-26T05:54:06.823784+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  392. [2024-09-26T05:54:06.824101+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  393. [2024-09-26T05:54:06.824417+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  394. [2024-09-26T05:54:06.822818+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  395. [2024-09-26T05:54:06.868262+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  396. [2024-09-26T05:54:08.629923+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  397. [2024-09-26T05:54:08.630441+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  398. [2024-09-26T05:54:08.630675+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  399. [2024-09-26T05:54:08.630888+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  400. [2024-09-26T05:54:08.629675+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  401. [2024-09-26T05:54:08.639173+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  402. [2024-09-26T10:55:34.900580+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  403. [2024-09-26T10:55:34.920217+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  404. [2024-09-26T10:55:34.920650+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  405. [2024-09-26T10:55:34.920884+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  406. [2024-09-26T10:55:34.875967+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  407. [2024-09-26T10:55:35.175926+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  408. [2024-09-26T13:05:48.455748+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  409. [2024-09-26T13:05:48.475895+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  410. [2024-09-26T13:05:48.476426+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  411. [2024-09-26T13:05:48.476772+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  412. [2024-09-26T13:05:48.430068+00:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9f9b62"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/9f9b62/search/results?limit=10&method=GET","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  413. [2024-09-26T13:05:48.706770+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?limit=10&method=GET","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  414. [2024-09-26T21:19:15.093398+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  415. [2024-09-26T21:19:15.113665+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  416. [2024-09-26T21:19:15.114198+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  417. [2024-09-26T21:19:15.114705+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  418. [2024-09-26T21:19:15.068689+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  419. [2024-09-26T21:19:15.369209+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  420. [2024-09-26T23:53:09.629718+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  421. [2024-09-26T23:53:09.649660+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  422. [2024-09-26T23:53:09.650040+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  423. [2024-09-26T23:53:09.650337+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  424. [2024-09-26T23:53:09.603232+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c8b66f"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/c8b66f","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  425. [2024-09-26T23:53:10.028669+00:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"c8b66f"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/c8b66f/exception.css","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  426. [2024-09-26T23:53:10.172148+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  427. [2024-09-26T23:53:11.544033+00:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"c8b66f"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/c8b66f/exception","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  428. [2024-09-27T16:06:20.569343+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  429. [2024-09-27T16:06:20.570958+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  430. [2024-09-27T16:06:20.571212+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  431. [2024-09-27T16:06:20.571434+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  432. [2024-09-27T16:06:20.568740+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /api/.env"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /api/.env\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/.env/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  433. [2024-09-27T16:06:20.709404+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  434. [2024-09-27T18:10:54.578802+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  435. [2024-09-27T18:10:54.598754+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  436. [2024-09-27T18:10:54.599247+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  437. [2024-09-27T18:10:54.599648+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  438. [2024-09-27T18:10:54.553764+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  439. [2024-09-27T18:10:54.853824+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  440. [2024-09-27T21:03:30.371556+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  441. [2024-09-27T21:03:30.373016+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  442. [2024-09-27T21:03:30.373373+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  443. [2024-09-27T21:03:30.373728+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  444. [2024-09-27T21:03:30.370996+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /favicon.ico"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /favicon.ico\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/favicon.ico/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  445. [2024-09-27T21:03:30.432696+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  446. [2024-09-28T04:48:27.798327+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  447. [2024-09-28T04:48:27.818172+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  448. [2024-09-28T04:48:27.818673+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  449. [2024-09-28T04:48:27.818915+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  450. [2024-09-28T04:48:27.774371+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  451. [2024-09-28T04:48:28.157589+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  452. [2024-09-28T05:07:11.177710+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  453. [2024-09-28T05:07:11.178238+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  454. [2024-09-28T05:07:11.178559+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  455. [2024-09-28T05:07:11.178835+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  456. [2024-09-28T05:07:11.177410+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  457. [2024-09-28T05:07:11.190634+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  458. [2024-09-28T05:07:12.561671+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  459. [2024-09-28T05:07:12.562338+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  460. [2024-09-28T05:07:12.562696+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  461. [2024-09-28T05:07:12.563001+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  462. [2024-09-28T05:07:12.561302+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /server"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /server\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  463. [2024-09-28T05:07:12.611580+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  464. [2024-09-28T05:07:13.733637+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  465. [2024-09-28T05:07:13.734223+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  466. [2024-09-28T05:07:13.734513+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  467. [2024-09-28T05:07:13.734799+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  468. [2024-09-28T05:07:13.733272+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.vscode/sftp.json"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.vscode/sftp.json\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  469. [2024-09-28T05:07:13.788296+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  470. [2024-09-28T05:07:14.823627+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  471. [2024-09-28T05:07:14.824185+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  472. [2024-09-28T05:07:14.824422+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  473. [2024-09-28T05:07:14.824693+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  474. [2024-09-28T05:07:14.823283+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /debug/default/view"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /debug/default/view\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  475. [2024-09-28T05:07:14.875917+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  476. [2024-09-28T05:07:16.354756+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  477. [2024-09-28T05:07:16.355333+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  478. [2024-09-28T05:07:16.355591+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  479. [2024-09-28T05:07:16.355809+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  480. [2024-09-28T05:07:16.354214+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  481. [2024-09-28T05:07:16.397631+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  482. [2024-09-28T05:07:17.147434+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  483. [2024-09-28T05:07:17.148100+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  484. [2024-09-28T05:07:17.149205+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  485. [2024-09-28T05:07:17.149637+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  486. [2024-09-28T05:07:17.146996+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /login.action"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /login.action\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login.action/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  487. [2024-09-28T05:07:17.201510+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  488. [2024-09-28T05:07:18.174096+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  489. [2024-09-28T05:07:18.175023+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  490. [2024-09-28T05:07:18.175375+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  491. [2024-09-28T05:07:18.175694+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  492. [2024-09-28T05:07:18.173695+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.DS_Store"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.DS_Store\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  493. [2024-09-28T05:07:18.220758+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  494. [2024-09-28T05:07:19.761217+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  495. [2024-09-28T05:07:19.761784+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  496. [2024-09-28T05:07:19.762121+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  497. [2024-09-28T05:07:19.762481+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  498. [2024-09-28T05:07:19.760913+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /.git/config"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /.git/config\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  499. [2024-09-28T05:07:19.809980+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  500. [2024-09-28T05:07:20.791802+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  501. [2024-09-28T05:07:20.792351+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  502. [2024-09-28T05:07:20.792599+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  503. [2024-09-28T05:07:20.792839+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  504. [2024-09-28T05:07:20.791350+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /config.json"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /config.json\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  505. [2024-09-28T05:07:20.833121+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  506. [2024-09-28T05:07:21.774429+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  507. [2024-09-28T05:07:21.775035+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  508. [2024-09-28T05:07:21.775305+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  509. [2024-09-28T05:07:21.775526+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  510. [2024-09-28T05:07:21.774055+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  511. [2024-09-28T05:07:21.784235+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  512. [2024-09-28T06:15:13.595001+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  513. [2024-09-28T06:15:13.596391+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  514. [2024-09-28T06:15:13.596742+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  515. [2024-09-28T06:15:13.597056+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  516. [2024-09-28T06:15:13.594584+00:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  517. [2024-09-28T06:16:51.119112+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  518. [2024-09-28T06:16:51.119737+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  519. [2024-09-28T06:16:51.119977+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  520. [2024-09-28T06:16:51.120189+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  521. [2024-09-28T06:16:51.118741+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  522. [2024-09-28T06:16:51.159626+00:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64/exception.css","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  523. [2024-09-28T06:16:51.188357+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  524. [2024-09-28T06:16:51.509270+00:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64/exception","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  525. [2024-09-28T08:15:09.474784+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  526. [2024-09-28T08:15:09.502722+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  527. [2024-09-28T08:15:09.503278+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  528. [2024-09-28T08:15:09.503521+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  529. [2024-09-28T08:15:09.474234+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /" (from "http://guichet-prod-insurance-services.bgdigital.cloud/?rest_route=%2Fwp%2Fv2%2Fusers%2F")" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /\" (from \"http://guichet-prod-insurance-services.bgdigital.cloud/?rest_route=%2Fwp%2Fv2%2Fusers%2F\") at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\NoConfigurationException(code: 0):  at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:182)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  530. [2024-09-28T08:15:09.545805+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  531. [2024-09-28T08:15:16.034210+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  532. [2024-09-28T08:15:16.034767+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  533. [2024-09-28T08:15:16.035056+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  534. [2024-09-28T08:15:16.035325+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  535. [2024-09-28T08:15:16.033888+00:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET /robots.txt"" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php line 136 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET /robots.txt\" at /var/www/html/vendor/symfony/http-kernel/EventListener/RouterListener.php:136)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /var/www/html/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:70)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  536. [2024-09-28T08:15:16.084920+00:00] php.INFO: User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Creating Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0. at /var/www/html/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66)"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  537. [2024-09-28T08:15:18.364288+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  538. [2024-09-28T08:15:18.365976+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  539. [2024-09-28T08:15:18.366533+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  540. [2024-09-28T08:15:18.366854+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  541. [2024-09-28T08:15:18.363891+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64?panel=http_client","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  542. [2024-09-28T08:15:18.674711+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=http_client","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  543. [2024-09-28T08:15:49.834774+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  544. [2024-09-28T08:15:49.835428+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  545. [2024-09-28T08:15:49.835675+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  546. [2024-09-28T08:15:49.835911+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  547. [2024-09-28T08:15:49.834369+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=public%2Findex.php&line=25","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  548. [2024-09-28T08:16:15.791195+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  549. [2024-09-28T08:16:15.791694+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  550. [2024-09-28T08:16:15.791950+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  551. [2024-09-28T08:16:15.792209+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  552. [2024-09-28T08:16:15.790884+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64?panel=twig","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  553. [2024-09-28T08:16:15.808375+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=twig","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  554. [2024-09-28T08:16:23.697160+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  555. [2024-09-28T08:16:23.697666+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  556. [2024-09-28T08:16:23.697897+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  557. [2024-09-28T08:16:23.698108+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  558. [2024-09-28T08:16:23.696867+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=133","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  559. [2024-09-28T08:17:16.233901+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  560. [2024-09-28T08:17:16.234637+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  561. [2024-09-28T08:17:16.234963+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  562. [2024-09-28T08:17:16.235264+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  563. [2024-09-28T08:17:16.233535+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64?panel=security","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  564. [2024-09-28T08:17:16.255422+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=security","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  565. [2024-09-28T08:18:10.818120+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  566. [2024-09-28T08:18:10.818710+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  567. [2024-09-28T08:18:10.818957+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  568. [2024-09-28T08:18:10.819170+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  569. [2024-09-28T08:18:10.817800+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=182","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  570. [2024-09-28T08:18:48.058692+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  571. [2024-09-28T08:18:48.059169+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  572. [2024-09-28T08:18:48.059396+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  573. [2024-09-28T08:18:48.059606+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  574. [2024-09-28T08:18:48.058330+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64?panel=logger","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  575. [2024-09-28T08:18:48.073820+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=logger","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  576. [2024-09-28T08:19:40.473733+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  577. [2024-09-28T08:19:40.474955+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  578. [2024-09-28T08:19:40.475208+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  579. [2024-09-28T08:19:40.475435+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  580. [2024-09-28T08:19:40.473397+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FRouter.php&line=257","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  581. [2024-09-28T08:19:54.385317+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  582. [2024-09-28T08:19:54.385865+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  583. [2024-09-28T08:19:54.386130+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  584. [2024-09-28T08:19:54.386447+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  585. [2024-09-28T08:19:54.384937+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=136","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  586. [2024-09-28T08:20:33.305294+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  587. [2024-09-28T08:20:33.306006+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  588. [2024-09-28T08:20:33.306473+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  589. [2024-09-28T08:20:33.306886+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  590. [2024-09-28T08:20:33.304754+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FUrlMatcher.php&line=106","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  591. [2024-09-28T08:20:56.547936+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  592. [2024-09-28T08:20:56.548563+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  593. [2024-09-28T08:20:56.548881+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  594. [2024-09-28T08:20:56.549203+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  595. [2024-09-28T08:20:56.547417+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64?panel=exception","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  596. [2024-09-28T08:20:56.563621+00:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64/exception.css","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  597. [2024-09-28T08:20:56.572286+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=exception","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  598. [2024-09-28T08:20:56.587583+00:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64/exception","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  599. [2024-09-28T08:21:14.452167+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  600. [2024-09-28T08:21:14.452573+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  601. [2024-09-28T08:21:14.502016+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  602. [2024-09-28T08:21:14.502595+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  603. [2024-09-28T08:21:14.502402+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  604. [2024-09-28T08:21:14.502917+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  605. [2024-09-28T08:21:14.502951+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  606. [2024-09-28T08:21:14.362797+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64?panel=config","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  607. [2024-09-28T08:21:14.503240+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  608. [2024-09-28T08:21:14.361880+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=79","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  609. [2024-09-28T08:21:15.144039+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=config","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  610. [2024-09-28T08:21:19.409113+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  611. [2024-09-28T08:21:19.409804+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  612. [2024-09-28T08:21:19.410143+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  613. [2024-09-28T08:21:19.410630+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  614. [2024-09-28T08:21:19.408662+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=38","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  615. [2024-09-28T08:21:24.017895+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  616. [2024-09-28T08:21:24.018503+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  617. [2024-09-28T08:21:24.018764+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  618. [2024-09-28T08:21:24.019012+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  619. [2024-09-28T08:21:24.017623+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056b64"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/056b64?panel=validator","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  620. [2024-09-28T08:21:24.035567+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=validator","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  621. [2024-09-28T10:08:22.712708+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  622. [2024-09-28T10:08:22.714889+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  623. [2024-09-28T10:08:22.715301+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  624. [2024-09-28T10:08:22.715622+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  625. [2024-09-28T10:08:22.712056+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  626. [2024-09-28T10:18:26.898378+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  627. [2024-09-28T10:18:26.899031+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  628. [2024-09-28T10:18:26.899312+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  629. [2024-09-28T10:18:26.899528+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  630. [2024-09-28T10:18:26.897811+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=48","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  631. [2024-09-28T10:18:29.003170+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  632. [2024-09-28T10:18:29.003923+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  633. [2024-09-28T10:18:29.004608+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  634. [2024-09-28T10:18:29.005041+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  635. [2024-09-28T10:18:29.002772+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  636. [2024-09-28T10:18:39.714731+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  637. [2024-09-28T10:18:39.715244+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  638. [2024-09-28T10:18:39.715484+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  639. [2024-09-28T10:18:39.715713+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  640. [2024-09-28T10:18:39.714368+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fswiftmailer-bundle%2FSwiftmailerBundle.php&line=24","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  641. [2024-09-28T10:18:54.428218+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  642. [2024-09-28T10:18:54.428905+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  643. [2024-09-28T10:18:54.429197+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  644. [2024-09-28T10:18:54.429465+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  645. [2024-09-28T10:18:54.427742+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?panel=db","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  646. [2024-09-28T10:18:54.493381+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=db","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  647. [2024-09-28T10:18:59.221794+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  648. [2024-09-28T10:18:59.222413+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  649. [2024-09-28T10:18:59.222659+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  650. [2024-09-28T10:18:59.222901+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  651. [2024-09-28T10:18:59.221446+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=26","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  652. [2024-09-28T10:18:59.607484+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  653. [2024-09-28T10:18:59.608002+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  654. [2024-09-28T10:18:59.608316+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  655. [2024-09-28T10:18:59.608540+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  656. [2024-09-28T10:18:59.607149+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FSecurityBundle.php&line=48","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  657. [2024-09-28T10:19:11.142060+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  658. [2024-09-28T10:19:11.142739+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  659. [2024-09-28T10:19:11.143024+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  660. [2024-09-28T10:19:11.143242+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  661. [2024-09-28T10:19:11.141669+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=97","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  662. [2024-09-28T10:19:19.798130+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  663. [2024-09-28T10:19:19.798899+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  664. [2024-09-28T10:19:19.799260+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  665. [2024-09-28T10:19:19.799589+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  666. [2024-09-28T10:19:19.797706+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-bundle%2FDataCollector%2FDoctrineDataCollector.php&line=45","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  667. [2024-09-28T10:19:27.594802+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  668. [2024-09-28T10:19:27.595280+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  669. [2024-09-28T10:19:27.595541+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  670. [2024-09-28T10:19:27.595783+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  671. [2024-09-28T10:19:27.594513+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fconfig%2FDefinition%2FBaseNode.php&line=411","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  672. [2024-09-28T10:19:38.643341+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  673. [2024-09-28T10:19:38.644901+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  674. [2024-09-28T10:19:38.645359+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  675. [2024-09-28T10:19:38.645689+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  676. [2024-09-28T10:19:38.642949+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?panel=security","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  677. [2024-09-28T10:19:38.666685+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=security","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  678. [2024-09-28T10:20:07.208555+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  679. [2024-09-28T10:20:07.209033+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  680. [2024-09-28T10:20:07.209280+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  681. [2024-09-28T10:20:07.209510+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  682. [2024-09-28T10:20:07.208266+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=74","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  683. [2024-09-28T10:20:22.579544+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  684. [2024-09-28T10:20:22.580054+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  685. [2024-09-28T10:20:22.580291+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  686. [2024-09-28T10:20:22.580519+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  687. [2024-09-28T10:20:22.579219+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fcomposer%2FClassLoader.php&line=444","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  688. [2024-09-28T10:20:36.990903+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  689. [2024-09-28T10:20:36.991358+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  690. [2024-09-28T10:20:36.991594+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  691. [2024-09-28T10:20:36.991806+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  692. [2024-09-28T10:20:36.990573+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=186","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  693. [2024-09-28T10:20:54.505234+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  694. [2024-09-28T10:20:54.505929+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  695. [2024-09-28T10:20:54.506372+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  696. [2024-09-28T10:20:54.506712+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  697. [2024-09-28T10:20:54.504818+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fconfig%2FDefinition%2FArrayNode.php&line=207","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  698. [2024-09-28T10:21:17.585489+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  699. [2024-09-28T10:21:17.627661+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  700. [2024-09-28T10:21:17.628067+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  701. [2024-09-28T10:21:17.628384+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  702. [2024-09-28T10:21:17.585029+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?panel=cache","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  703. [2024-09-28T10:21:18.129189+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=cache","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  704. [2024-09-28T10:21:29.285772+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  705. [2024-09-28T10:21:29.286519+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  706. [2024-09-28T10:21:29.286865+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  707. [2024-09-28T10:21:29.287189+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  708. [2024-09-28T10:21:29.285332+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=var%2Fcache%2Fdev%2FContainerALWGMqi%2FApp_KernelDevDebugContainer.php&line=646","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  709. [2024-09-28T10:21:38.993159+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  710. [2024-09-28T10:21:38.993849+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  711. [2024-09-28T10:21:38.994190+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  712. [2024-09-28T10:21:38.994569+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  713. [2024-09-28T10:21:38.992720+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=src%2FLogger%2FBgRequestProcessor.php&line=24","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  714. [2024-09-28T10:21:57.399684+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  715. [2024-09-28T10:21:57.400178+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  716. [2024-09-28T10:21:57.400412+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  717. [2024-09-28T10:21:57.400638+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  718. [2024-09-28T10:21:57.399370+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=131","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  719. [2024-09-28T10:22:07.415531+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  720. [2024-09-28T10:22:07.416221+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  721. [2024-09-28T10:22:07.416540+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  722. [2024-09-28T10:22:07.416857+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  723. [2024-09-28T10:22:07.415099+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?panel=api_platform.data_collector.request","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  724. [2024-09-28T10:22:07.433188+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=api_platform.data_collector.request","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  725. [2024-09-28T10:22:10.049934+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  726. [2024-09-28T10:22:10.050603+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  727. [2024-09-28T10:22:10.050847+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  728. [2024-09-28T10:22:10.051062+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  729. [2024-09-28T10:22:10.049621+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?ip=10.0.1.46","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  730. [2024-09-28T10:22:10.070201+00:00] request.INFO: Matched route "_profiler_exception_css". {"route":"_profiler_exception_css","route_parameters":{"_route":"_profiler_exception_css","_controller":"web_profiler.controller.exception_panel::stylesheet","token":"f308e1"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/f308e1/exception.css","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  731. [2024-09-28T10:22:10.079074+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?ip=10.0.1.46","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  732. [2024-09-28T10:22:10.091944+00:00] request.INFO: Matched route "_profiler_exception". {"route":"_profiler_exception","route_parameters":{"_route":"_profiler_exception","_controller":"web_profiler.controller.exception_panel::body","token":"f308e1"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/f308e1/exception","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  733. [2024-09-28T10:22:17.259139+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  734. [2024-09-28T10:22:17.259993+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  735. [2024-09-28T10:22:17.260317+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  736. [2024-09-28T10:22:17.260647+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  737. [2024-09-28T10:22:17.258662+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=var%2Fcache%2Fdev%2FContainerALWGMqi%2FApp_KernelDevDebugContainer.php&line=703","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  738. [2024-09-28T10:22:31.359920+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  739. [2024-09-28T10:22:31.360361+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  740. [2024-09-28T10:22:31.360596+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  741. [2024-09-28T10:22:31.360855+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  742. [2024-09-28T10:22:31.359671+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=190","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  743. [2024-09-28T10:22:39.679781+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  744. [2024-09-28T10:22:39.680295+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  745. [2024-09-28T10:22:39.680536+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  746. [2024-09-28T10:22:39.680752+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  747. [2024-09-28T10:22:39.679420+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=var%2Fcache%2Fdev%2FContainerALWGMqi%2FEntityManager_9a5be93.php&line=35","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  748. [2024-09-28T10:23:20.244239+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  749. [2024-09-28T10:23:20.244716+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  750. [2024-09-28T10:23:20.244948+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  751. [2024-09-28T10:23:20.245161+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  752. [2024-09-28T10:23:20.243980+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?panel=form","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  753. [2024-09-28T10:23:20.260854+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=form","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  754. [2024-09-28T10:23:21.086455+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  755. [2024-09-28T10:23:21.086878+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  756. [2024-09-28T10:23:21.087106+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  757. [2024-09-28T10:23:21.087332+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  758. [2024-09-28T10:23:21.086166+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FMakerBundle.php&line=25","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  759. [2024-09-28T10:23:36.907662+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  760. [2024-09-28T10:23:36.908148+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  761. [2024-09-28T10:23:36.908380+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  762. [2024-09-28T10:23:36.908596+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  763. [2024-09-28T10:23:36.907376+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-bundle%2FDoctrineBundle.php&line=24","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  764. [2024-09-28T10:23:59.663895+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  765. [2024-09-28T10:23:59.664502+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  766. [2024-09-28T10:23:59.664755+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  767. [2024-09-28T10:23:59.664974+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  768. [2024-09-28T10:23:59.663599+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?panel=swiftmailer","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  769. [2024-09-28T10:23:59.681282+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=swiftmailer","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  770. [2024-09-28T10:24:16.215787+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  771. [2024-09-28T10:24:16.216703+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  772. [2024-09-28T10:24:16.217047+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  773. [2024-09-28T10:24:16.217309+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  774. [2024-09-28T10:24:16.215311+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Ferror-handler%2FException%2FSilencedErrorContext.php&line=19","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  775. [2024-09-28T10:24:17.831900+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  776. [2024-09-28T10:24:17.832322+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  777. [2024-09-28T10:24:17.832549+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  778. [2024-09-28T10:24:17.832762+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  779. [2024-09-28T10:24:17.831624+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FRoleVoter.php&line=21","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  780. [2024-09-28T10:24:34.644320+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  781. [2024-09-28T10:24:34.644843+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  782. [2024-09-28T10:24:34.645100+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  783. [2024-09-28T10:24:34.645324+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  784. [2024-09-28T10:24:34.643978+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Ftwig-bundle%2FTwigBundle.php&line=42","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  785. [2024-09-28T10:24:44.156022+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  786. [2024-09-28T10:24:44.156554+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  787. [2024-09-28T10:24:44.156795+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  788. [2024-09-28T10:24:44.157060+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  789. [2024-09-28T10:24:44.155628+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=127","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  790. [2024-09-28T10:24:46.466529+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  791. [2024-09-28T10:24:46.466963+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  792. [2024-09-28T10:24:46.467190+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  793. [2024-09-28T10:24:46.467401+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  794. [2024-09-28T10:24:46.466182+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=108","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  795. [2024-09-28T10:24:50.744399+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  796. [2024-09-28T10:24:50.745583+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  797. [2024-09-28T10:24:50.745894+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  798. [2024-09-28T10:24:50.746116+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  799. [2024-09-28T10:24:50.744115+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fknplabs%2Fknp-snappy-bundle%2FKnpSnappyBundle.php&line=7","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  800. [2024-09-28T10:24:54.231025+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  801. [2024-09-28T10:24:54.231556+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  802. [2024-09-28T10:24:54.231804+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  803. [2024-09-28T10:24:54.232119+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  804. [2024-09-28T10:24:54.230707+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?panel=config","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  805. [2024-09-28T10:24:54.250790+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=config","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  806. [2024-09-28T10:25:15.512219+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  807. [2024-09-28T10:25:15.512848+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  808. [2024-09-28T10:25:15.513148+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  809. [2024-09-28T10:25:15.513378+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  810. [2024-09-28T10:25:15.511755+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fconfig%2FDefinition%2FArrayNode.php&line=230","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  811. [2024-09-28T10:25:16.794883+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  812. [2024-09-28T10:25:16.795300+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  813. [2024-09-28T10:25:16.795528+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  814. [2024-09-28T10:25:16.795739+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  815. [2024-09-28T10:25:16.794652+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/latest?panel=twig","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  816. [2024-09-28T10:25:16.810832+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=twig","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  817. [2024-09-28T10:25:24.177076+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  818. [2024-09-28T10:25:24.177535+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  819. [2024-09-28T10:25:24.177802+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  820. [2024-09-28T10:25:24.178036+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  821. [2024-09-28T10:25:24.176776+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bundle%2FMonologBundle.php&line=30","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  822. [2024-09-28T11:34:26.963441+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  823. [2024-09-28T11:34:26.963431+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  824. [2024-09-28T11:34:26.993705+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  825. [2024-09-28T11:34:26.993705+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  826. [2024-09-28T11:34:26.963877+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  827. [2024-09-28T11:34:26.963442+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  828. [2024-09-28T11:34:26.994191+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  829. [2024-09-28T11:34:26.994195+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  830. [2024-09-28T11:34:26.994575+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  831. [2024-09-28T11:34:26.994503+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  832. [2024-09-28T11:34:26.994575+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  833. [2024-09-28T11:34:26.994561+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  834. [2024-09-28T11:34:26.937354+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  835. [2024-09-28T11:34:26.937733+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  836. [2024-09-28T11:34:26.994853+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  837. [2024-09-28T11:34:26.994926+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  838. [2024-09-28T11:34:26.995091+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  839. [2024-09-28T11:34:26.939008+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  840. [2024-09-28T11:34:26.995263+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  841. [2024-09-28T11:34:26.938220+00:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/phpinfo","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  842. [2024-09-28T12:10:53.295697+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  843. [2024-09-28T12:10:53.296424+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  844. [2024-09-28T12:10:53.296706+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  845. [2024-09-28T12:10:53.296983+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  846. [2024-09-28T12:10:53.295244+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f308e1"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/f308e1?panel=http_client","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  847. [2024-09-28T12:10:53.421733+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=http_client","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  848. [2024-09-28T12:11:09.281878+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  849. [2024-09-28T12:11:09.282491+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  850. [2024-09-28T12:11:09.282736+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  851. [2024-09-28T12:11:09.282955+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  852. [2024-09-28T12:11:09.281438+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fmonolog%2Fmonolog%2Fsrc%2FMonolog%2FHandler%2FStreamHandler.php&line=24","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  853. [2024-09-28T12:11:13.654678+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  854. [2024-09-28T12:11:13.655320+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  855. [2024-09-28T12:11:13.655614+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  856. [2024-09-28T12:11:13.655883+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  857. [2024-09-28T12:11:13.654234+00:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa9665"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/aa9665?panel=time","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  858. [2024-09-28T12:11:13.674185+00:00] request.INFO: Matched route "_profiler_search_bar". {"route":"_profiler_search_bar","route_parameters":{"_route":"_profiler_search_bar","_controller":"web_profiler.controller.profiler::searchBarAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/search_bar?panel=time","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  859. [2024-09-28T12:11:22.248279+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  860. [2024-09-28T12:11:22.249022+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  861. [2024-09-28T12:11:22.249295+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  862. [2024-09-28T12:11:22.249580+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  863. [2024-09-28T12:11:22.247891+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  864. [2024-09-28T12:11:29.493774+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":39,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  865. [2024-09-28T12:11:29.494314+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":40,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  866. [2024-09-28T12:11:29.494535+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":41,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  867. [2024-09-28T12:11:29.494739+00:00] php.DEBUG: Notice: Trying to access array offset on value of type null {"exception":{"Symfony\\Component\\ErrorHandler\\Exception\\SilencedErrorContext":{"severity":8,"file":"/var/www/html/src/Logger/BgRequestProcessor.php","line":42,"trace":[{"file":"/var/www/html/vendor/monolog/monolog/src/Monolog/Logger.php","line":306,"function":"__invoke","class":"App\\Logger\\BgRequestProcessor","type":"->"}],"count":1}}} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}
  868. [2024-09-28T12:11:29.493461+00:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://guichet-prod-insurance-services.bgdigital.cloud/_profiler/open?file=var%2Flog%2Fdev.log&line=0","method":"GET"} {"user":{"id":"","username":"","roles":""},"entity":"","service":"Service Insurance"}