Install libplack-middleware-logany-perl by entering the following commands in the terminal:
sudo apt update sudo apt install libplack-middleware-logany-perl
Description:
use Log::Any to handle logging from your Plack app
Plack::Middleware::LogAny is a Plack::Middleware component that allows you to use Log::Any to handle the logging object, psgix.logger. . It really tries to be the thinnest possible shim, so it doesn't handle any configuration beyond setting the category to which messages from plack might be logged. . Plack is a set of tools similar to Ruby's Rack or Python's Paste for WSGI. It implements the Perl Server Gateway Interface (PSGI) standard interface, which allows developers to decouple their web application framework from the local web server environment.
Homepage: https://metacpan.org/pod/Plack::Middleware::LogAny
Version: 0.001-1
Section: universe/perl