Adds Plack::Middleware::Debug::WgLogger
This commit is contained in:
parent
b1ab8287ca
commit
2d7c8e637f
2 changed files with 32 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ sub call {
|
|||
if ($debug) {
|
||||
$app = Plack::Middleware::StackTrace->wrap($app);
|
||||
$app = Plack::Middleware::Debug->wrap( $app,
|
||||
panels => [qw(Environment Response Timer Memory Session DBITrace PerlConfig Response)] );
|
||||
panels => [qw(Environment Response Timer Memory Session DBITrace PerlConfig Response WgLogger)] );
|
||||
}
|
||||
|
||||
# Turn exceptions into HTTP errors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue