I don't think psgix.logger is appropriate for that. Using a plain STDERR or
printing to psgi.errors might make more sense.
On Thu, Sep 10, 2015 at 7:33 AM Eugen Konkov via RT <
bug-CGI-PSGI@rt.cpan.org> wrote:
Show quoted text> Thu Sep 10 10:33:14 2015: Request 107009 was acted upon.
> Transaction: Ticket created by kes-kes@yandex.ru
> Queue: CGI-PSGI
> Subject: Warn about error into logger
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: kes-kes@yandex.ru
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=107009 >
>
>
> line 48:
> if ( !defined($res) ) {
> # TODO: how to do error reporting ?
> $eoffound = 1;
>
>
> You may try to warn to psgix.logger about this thing. At least this will
> something instead of nothing.
>