X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote.pm;h=66421122a347fdbce4d224225e9c9e4ff4be1f57;hp=03095a5bdc21655a23e6e1ca514764964425baac;hb=8f43bcd9596b298f867bc3daf5b207d774973af7;hpb=d672a9bff87112bf8cfea0a5749e934d4c8c996e diff --git a/lib/Object/Remote.pm b/lib/Object/Remote.pm index 03095a5..6642112 100644 --- a/lib/Object/Remote.pm +++ b/lib/Object/Remote.pm @@ -7,10 +7,6 @@ use Module::Runtime qw(use_module); our $VERSION = '0.002003'; # 0.2.3 -BEGIN { - Object::Remote::Logging->init_logging; -} - sub new::on { my ($class, $on, @args) = @_; my $conn = __PACKAGE__->connect($on); @@ -154,8 +150,8 @@ L. =item OBJECT_REMOTE_LOG_FORWARDING -Forward log events from remote connections to the local Perl interpreter. Set to 1 to enable -this feature which is disabled by default. See L. +Forward log events from remote connections to the local Perl interpreter. Set to 0 to disable +this feature which is enabled by default. See L. =item OBJECT_REMOTE_LOG_SELECTIONS