X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FLogging.pm;h=6e74019d3b17c879fe5c4a0e7d2e7cefca3cf388;hp=58ccfb0b86c0840636b70903249fae695536481e;hb=8c3529062a426181861d58ee59fb8f10e0be68e5;hpb=1673aa538a25ee18a7e8b2af7d039f989f71c737 diff --git a/lib/Object/Remote/Logging.pm b/lib/Object/Remote/Logging.pm index 58ccfb0..6e74019 100644 --- a/lib/Object/Remote/Logging.pm +++ b/lib/Object/Remote/Logging.pm @@ -79,7 +79,7 @@ sub init_logging { if ($test_logging) { require Object::Remote::Logging::TestLogger; - router->connect(Object::Remote::Logging::TestOutput->new( + router->connect(Object::Remote::Logging::TestLogger->new( min_level => 'trace', max_level => 'error', level_names => Object::Remote::Logging->arg_levels(), ));