re-enable logging in WebGUI::Test::Mechanize
This commit is contained in:
parent
caf3c19080
commit
b0c4cc8704
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ sub new {
|
|||
my $wg = WebGUI->new( config => $config_file );
|
||||
my $app = $wg->to_app;
|
||||
$app = WebGUI::Middleware::Session->wrap($app, config => $wg->config);
|
||||
$app = Plack::Middleware::NullLogger->wrap($app);
|
||||
#$app = Plack::Middleware::NullLogger->wrap($app);
|
||||
$options{app} = $app;
|
||||
my $self = $class->SUPER::new(%options);
|
||||
$self->{_webgui_config} = $wg->config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue