| logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#1135
-records: [
43 => [
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.883+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.884+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.884+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.884+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.884+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.884+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.884+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.884+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.888+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://winsales.ezway-technology.com/robots.txt"" at RouterListener.php line 156"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#156
#message: "No route found for "GET https://winsales.ezway-technology.com/robots.txt""
#code: 0
#file: "/app/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 156
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#761 …}
-statusCode: 404
-headers: []
trace: {
/app/vendor/symfony/http-kernel/EventListener/RouterListener.php:156 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/app/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:115 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#996 …}
...: {
"kernel.request"
Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1128 …}
}
}
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#996 …}
$eventName: "kernel.request"
$dispatcher: Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher {#1128 …}
}
}
/app/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
arguments: {
$listeners: [ …18]
$eventName: "kernel.request"
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#996 …}
}
}
/app/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:126 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, ?string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#996 …}
$eventName: "kernel.request"
}
}
/app/vendor/symfony/http-kernel/HttpKernel.php:159 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
arguments: {
$event: Symfony\Component\HttpKernel\Event\RequestEvent {#996 …}
$eventName: "kernel.request"
}
}
/app/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#43 …}
$type: 1
}
}
/app/vendor/symfony/http-kernel/Kernel.php:193 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#43 …}
$type: 1
$catch: true
}
}
/app/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
arguments: {
$request: Symfony\Component\HttpFoundation\Request {#43 …}
}
}
/app/vendor/autoload_runtime.php:32 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/app/public/index.php:17 {
›
› require_once dirname(path : __DIR__) . "/vendor/autoload_runtime.php";
›
arguments: {
"/app/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.983+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Company__Agency__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.984+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__User__Basin__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.985+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Plugin__Code__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.986+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__User__Commission__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.987+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Customer__Customer__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.988+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Plugin__Home__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.988+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Plugin__Mail__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.989+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__User__Objective__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.989+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Plugin__Phone__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.990+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Plugin__Product__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.991+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__User__Revenue__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.992+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Software__StationGroup__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.992+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Company__Studio__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.993+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Plugin__Web__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.996+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.997+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "App\EventSubscriber\ScriptEventSubscriber::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.997+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.997+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.997+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.997+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.997+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
425 => [
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\FragmentListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\FormatListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "FOS\RestBundle\EventListener\BodyListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.890+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.891+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\ScriptEventSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.891+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.891+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\GlobalEventSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.891+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventSubscriber\HistoricEventSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.891+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.898+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__System__Color__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.902+00:00"
"message" => "Executing command "MGET 'Usg3EK2Ue+:82f3571918d460d1e1faaff3299adf7e'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.905+00:00"
"message" => "Executing command "MGET 'ER-uE1t2zi:repository_system_color_event_236f528b205b95dd56028098259e2047'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.905+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"charset" => "utf8mb4"
"idle_connection_ttl" => 600
"host" => "mariadb_winsales"
"port" => null
"user" => "winsales"
"password" => "<redacted>"
"driverOptions" => [
1000 => true
]
"serverVersion" => "12.0.2"
"defaultTableOptions" => [
"charset" => "utf8mb4"
"collate" => "utf8mb4_unicode_ci"
]
"dbname" => "winmediarc4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.908+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.id AS id_0, s0_.action_close AS action_close_1, s0_.action_open AS action_open_2, s0_.customer_agency AS customer_agency_3, s0_.customer_customer AS customer_customer_4, s0_.customer_internal AS customer_internal_5, s0_.customer_promo AS customer_promo_6, s0_.customer_prospect AS customer_prospect_7, s0_.customer_radio AS customer_radio_8, s0_.customer_supplier AS customer_supplier_9, s0_.customer_unaffected AS customer_unaffected_10, s0_.invoice_coming AS invoice_coming_11, s0_.invoice_empty AS invoice_empty_12, s0_.invoice_finish AS invoice_finish_13, s0_.invoice_load AS invoice_load_14, s0_.invoice_pass AS invoice_pass_15, s0_.invoice_today AS invoice_today_16, s0_.offer_campaign AS offer_campaign_17, s0_.offer_cancel AS offer_cancel_18, s0_.offer_close AS offer_close_19, s0_.offer_coming AS offer_coming_20, s0_.offer_consume AS offer_consume_21, s0_.offer_contract AS offer_contract_22, s0_.offer_disabled AS offer_disabled_23, s0_.offer_enabled AS offer_enabled_24, s0_.offer_event AS offer_event_25, s0_.offer_operation AS offer_operation_26, s0_.offer_package AS offer_package_27, s0_.offer_pass AS offer_pass_28, s0_.offer_promotion AS offer_promotion_29, s0_.offer_reject AS offer_reject_30, s0_.offer_today AS offer_today_31, s0_.offer_undo AS offer_undo_32, s0_.offer_update AS offer_update_33, s0_.offer_waiting AS offer_waiting_34, s0_.studio_archive AS studio_archive_35, s0_.studio_process AS studio_process_36, s0_.studio_sending AS studio_sending_37, s0_.studio_waiting AS studio_waiting_38, s0_.system_default_disabled AS system_default_disabled_39, s0_.system_default_enabled AS system_default_enabled_40, s0_.system_disabled AS system_disabled_41, s0_.system_enabled AS system_enabled_42 FROM system_color s0_ LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.911+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__System__Display__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.911+00:00"
"message" => "Executing command "MGET 'Usg3EK2Ue+:d1ccc0a23057c7790779285030b7eff5'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.912+00:00"
"message" => "Executing command "MGET 'ER-uE1t2zi:repository_system_display_event_236f528b205b95dd56028098259e2047'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.912+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.id AS id_0, s0_.date AS date_1, s0_.hour AS hour_2, s0_.number AS number_3, s0_.currency AS currency_4 FROM system_display s0_ LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.913+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__System__Language__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.914+00:00"
"message" => "Executing command "MGET 'Usg3EK2Ue+:edaed59dc734a698df74290a821442c3'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.914+00:00"
"message" => "Executing command "MGET 'ER-uE1t2zi:repository_system_language_event_236f528b205b95dd56028098259e2047'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.914+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.id AS id_0, s0_.country AS country_1, s0_.language AS language_2, s0_.utc AS utc_3 FROM system_language s0_ LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.915+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__System__Login__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.916+00:00"
"message" => "Executing command "MGET 'Usg3EK2Ue+:3f7659c2376d0db2954deb9aa9dbb76a'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.916+00:00"
"message" => "Executing command "MGET 'ER-uE1t2zi:repository_system_login_event_236f528b205b95dd56028098259e2047'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.916+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.id AS id_0, s0_.head AS head_1, s0_.sub AS sub_2, p1_.id AS id_3, p1_.original_name AS original_name_4 FROM system_login s0_ LEFT JOIN plugin_file p1_ ON s0_.logo_id = p1_.id LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.917+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__Plugin__File__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.918+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__System__System__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.919+00:00"
"message" => "Executing command "MGET 'Usg3EK2Ue+:454228d8695aa801faa919c1472d99ff'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.919+00:00"
"message" => "Executing command "MGET 'ER-uE1t2zi:repository_system_system_event_236f528b205b95dd56028098259e2047'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.919+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.id AS id_0, s0_.customer_component AS customer_component_1, s0_.offer_component AS offer_component_2, s0_.offer_group AS offer_group_3, s0_.offer_popcorn AS offer_popcorn_4, s0_.offer_signature AS offer_signature_5, s0_.offer_simard AS offer_simard_6, s0_.system_component AS system_component_7, s0_.token AS token_8, s0_.created_at AS created_at_9 FROM system_system s0_ LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.920+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__System__WebSite__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.921+00:00"
"message" => "Executing command "MGET 'Usg3EK2Ue+:4b57935cb7f82635a5a24221eeab5194'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.921+00:00"
"message" => "Executing command "MGET 'ER-uE1t2zi:repository_system_website_event_236f528b205b95dd56028098259e2047'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.922+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT s0_.id AS id_0, s0_.name AS name_1, p1_.id AS id_2, p1_.original_name AS original_name_3, p2_.id AS id_4, p2_.original_name AS original_name_5 FROM system_website s0_ LEFT JOIN plugin_file p1_ ON s0_.logo_id = p1_.id LEFT JOIN plugin_file p2_ ON s0_.favicon_id = p2_.id LIMIT 1"
]
"channel" => "doctrine"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "FOS\RestBundle\EventListener\ParamFetcherListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\ColorEventSubscriber::onControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\DisplayEventSubscriber::onControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\LanguageEventSubscriber::onControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\LoginEventSubscriber::onControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\SystemEventSubscriber::onControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "App\EventSubscriber\WebsiteEventSubscriber::onControllerEvent"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.923+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "FOS\RestBundle\EventListener\ViewResponseListener::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\IsSignatureValidAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.924+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.964+00:00"
"message" => "Executing command "MGET 'ERZJUKWKhp:App__Entity__User__User__CLASSMETADATA__'""
"priority" => 100
"priorityName" => "DEBUG"
"context" => []
"channel" => "snc_redis"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SurrogateListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveComponentSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\UX\LiveComponent\EventListener\LiveUrlSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.980+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "App\EventSubscriber\ScriptEventSubscriber::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1778211687
"timestamp_rfc3339" => "2026-05-08T03:41:27.981+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
43 => 1
425 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#1134 …}
} |