From: Tyler Riddle Date: Sun, 11 Nov 2012 00:32:49 +0000 (-0800) Subject: yank out Log::Any adapter - it was only an experiment X-Git-Tag: v0.003001_01~66 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=commitdiff_plain;h=ecbca5dea77bef08e032b491bbf184f2ad2f3284 yank out Log::Any adapter - it was only an experiment --- diff --git a/lib/Object/Remote/Logging.pm b/lib/Object/Remote/Logging.pm index 1c45b45..840458b 100644 --- a/lib/Object/Remote/Logging.pm +++ b/lib/Object/Remote/Logging.pm @@ -105,14 +105,6 @@ sub init_logging { my $selections = $ENV{OBJECT_REMOTE_LOG_SELECTIONS}; my %controller_should_log; - #TODO how can a third party module perform an action when a new - #interpreter is built on a remote node with out requiring support - #for that third party module baked into object::remote? - eval { - require Log::Any::Adapter; - Log::Any::Adapter->set('+Object::Remote::Logging::LogAnyInjector'); - }; - return unless defined $level; $format = "[%l %r] %s" unless defined $format; $selections = __PACKAGE__ unless defined $selections;