How to Install and Uninstall perl-Plack-Middleware-LogErrors Package on openSUSE Leap

Last updated: November 23,2024

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

Here is a brief guide to show you how to install perl-Plack-Middleware-LogErrors on openSUSE Leap

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

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

Please follow the instructions below to uninstall perl-Plack-Middleware-LogErrors on openSUSE Leap:

$ sudo zypper remove perl-Plack-Middleware-LogErrors

3. Information about the perl-Plack-Middleware-LogErrors package on openSUSE Leap

Information for package perl-Plack-Middleware-LogErrors:
--------------------------------------------------------
Repository : Main Repository
Name : perl-Plack-Middleware-LogErrors
Version : 0.002-bp155.2.8
Arch : noarch
Vendor : openSUSE
Installed Size : 26.5 KiB
Installed : No
Status : not installed
Source package : perl-Plack-Middleware-LogErrors-0.002-bp155.2.8.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 the Plack::Middleware::LogWarn manpage (which diverts Perl warnings
to 'psgi.errors'); the Plack::Middleware::HTTPExceptions manpage (which
diverts uncaught exceptions to 'psgi.errors'); and the
Plack::Middleware::AccessLog manpage, which defaults to 'psgi.errors' when
not passed a logger -- which is also automatically applied via the plackup
manpage (so if you provided no '--access-log' option indicating a filename,
'psgi.errors' is used).