From: Tyler Riddle Date: Sun, 16 Sep 2012 19:56:40 +0000 (-0700) Subject: checkpoint log tweak X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29d3f08598695c45c5940deb985f07b2fd01a28f;p=scpubgit%2FSystem-Introspector.git checkpoint log tweak --- diff --git a/bin/system-introspector b/bin/system-introspector index 63f5c9e..0380a8d 100755 --- a/bin/system-introspector +++ b/bin/system-introspector @@ -42,7 +42,7 @@ if (defined($log_level)) { logger => Log::Contextual::SimpleLogger->new({ levels_upto => $log_level }), ); - $log_destination->connect(System::Introspector::Logger->arg_router); + #$log_destination->connect(System::Introspector::Logger->arg_router); $log_destination->connect(Object::Remote::Logging->arg_router); }