How to Install and Uninstall perl-Plack-Middleware-LogErrors Package on openSuSE Tumbleweed

Last updated: May 09,2024

1. Install "perl-Plack-Middleware-LogErrors" package

In this section, we are going to explain the necessary steps to install perl-Plack-Middleware-LogErrors on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Plack-Middleware-LogErrors

2. Uninstall "perl-Plack-Middleware-LogErrors" package

Please follow the step by step instructions below to uninstall perl-Plack-Middleware-LogErrors on openSuSE Tumbleweed:

$ sudo zypper remove perl-Plack-Middleware-LogErrors

3. Information about the perl-Plack-Middleware-LogErrors package on openSuSE Tumbleweed

Information for package perl-Plack-Middleware-LogErrors:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Plack-Middleware-LogErrors
Version : 0.003-1.23
Arch : noarch
Vendor : openSUSE
Installed Size : 29.8 KiB
Installed : No
Status : not installed
Source package : perl-Plack-Middleware-LogErrors-0.003-1.23.src
Upstream URL : http://search.cpan.org/dist/Plack-Middleware-LogErrors/
Summary : Map psgi.errors to psgix.logger or other logger
Description :
'psgi.errors' defaults to 'STDERR' in most backends, which results in
content going somewhere unhelpful like the server console.
This middleware simply remaps the 'psgi.errors' stream to the
'psgix.logger' stream, or an explicit logger that you provide.
This is especially handy when used in combination with other middlewares
such as Plack::Middleware::LogWarn (which diverts Perl warnings to
'psgi.errors'); Plack::Middleware::HTTPExceptions (which diverts uncaught
exceptions to 'psgi.errors'); and Plack::Middleware::AccessLog, which
defaults to 'psgi.errors' when not passed a logger -- which is also
automatically applied via plackup (so if you provided no '--access-log'
option indicating a filename, 'psgi.errors' is used).