From 9bf50b0d0aa47baed76d61c89ed4419a5d7250aa Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Thu, 13 Jun 2013 15:28:01 -0700 Subject: [PATCH] reference Plack::Middleware::LogErrors, which maps psgi.errors -> psgix.logger --- lib/Plack/Middleware/SimpleLogger.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Plack/Middleware/SimpleLogger.pm b/lib/Plack/Middleware/SimpleLogger.pm index dd35270f9..4c08a83ff 100644 --- a/lib/Plack/Middleware/SimpleLogger.pm +++ b/lib/Plack/Middleware/SimpleLogger.pm @@ -61,6 +61,10 @@ SimpleLogger is a middleware component that formats the log message with information such as the time and PID and prints them to I stream, which is mostly STDERR or server log output. +=head1 SEE ALSO + +L, essentially the opposite of this module + =head1 AUTHOR Tatsuhiko Miyagawa