logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Plack::Middleware::NullLogger - Send logs to /dev/null

Author

       Tatsuhiko Miyagawa

perl v5.38.2                                       2024-01-20                 Plack::Middleware::NullLogger(3pm)

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";

See Also