The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

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

SYNOPSIS

  enable "NullLogger";

DESCRIPTIOM

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.

AUTHOR

Tatsuhiko Miyagawa