Zoltan Peto

Results 2 comments of Zoltan Peto

To provide some more context of the issue: L5.4 - `Illuminate\Foundation\Exceptions\Handler`: ```php public function report(Exception $e) { if ($this->shouldntReport($e)) { return; } try { $logger = $this->container->make(LoggerInterface::class); } catch (Exception...

Hi @andreybutenko , Thanks for coming back on this, your reply helped a lot! On Friday I tested your suggestion of using `alb.ingress.kuberenetes.io/actions.forward-single-tg` annotation. As we're using Terraform to deploy...