Skip Menu |

This queue is for tickets about the CGI-PSGI CPAN distribution.

Report information
The Basics
Id: 107009
Status: open
Priority: 0/
Queue: CGI-PSGI

People
Owner: Nobody in particular
Requestors: kes-kes [...] yandex.ru
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Warn about error into logger
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.
Subject: Re: [rt.cpan.org #107009] Warn about error into logger
Date: Thu, 10 Sep 2015 14:34:47 +0000
To: bug-CGI-PSGI [...] rt.cpan.org
From: Tatsuhiko Miyagawa <miyagawa [...] gmail.com>
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. >