replaced entire logging subsystem with one that is fully operational with the followi...
[scpubgit/Object-Remote.git] / lib / Object / Remote / ReadChannel.pm
index 5d7e9f0..456e5aa 100644 (file)
@@ -2,9 +2,11 @@ package Object::Remote::ReadChannel;
 
 use CPS::Future;
 use Scalar::Util qw(weaken openhandle);
-use Object::Remote::Logging qw(:log :dlog);
+use Object::Remote::Logging qw(:log :dlog get_router );
 use Moo;
 
+BEGIN { get_router()->exclude_forwarding }
+
 has fh => (
   is => 'ro', required => 1,
   trigger => sub {