Plack::Middleware::NullLogger - Send logs to /dev/null
Contents
Description
NullLogger is a middleware component that receives logs and does nothing but discarding them. Might be
useful to shut up all the logs from frameworks in one shot.
Name
Plack::Middleware::NullLogger - Send logs to /dev/null
Synopsis
enable "NullLogger";
