miyagawa / Starman

Starman is a high-performance preforking Perl PSGI web server
http://search.cpan.org/dist/Starman
Other
287 stars 84 forks source link

Starman should log psgi.errors through Net::Server logging facilities #99

Open oschwald opened 10 years ago

oschwald commented 10 years ago

Currently it sets it to *STDERR, which is fine when using the file based logging, to which STDERR is redirected, but it fails to work if you are using any of the other Net::Server logging options, such as providing your own logging module.