Mild tweaks to log_level notifications
authorGreg Sabino Mullane <greg@endpoint.com>
Tue, 15 Apr 2014 15:02:23 +0000 (11:02 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Tue, 15 Apr 2014 15:02:23 +0000 (11:02 -0400)
Bucardo.pm

index 57e8db5c1d0024150f0f384e31b0d2f6ba18c9cd..7cabe0f191be8bd05bda513b032f4e3214f1e3da 100644 (file)
@@ -3233,7 +3233,6 @@ sub start_kid {
                     ## If we skipped this, set the deltacount to zero and move on
                     if ($config{quick_delta_check}) {
                         if (! $x->{deltaquick}{"$S.$T"}) {
-                            $self->glog("Skipping $S.$T: no delta rows", LOG_DEBUG);
                             $deltacount{dbtable}{$dbname}{$S}{$T} = 0;
                             next;
                         }
@@ -5081,7 +5080,7 @@ sub connect_database {
         $ssp = $d->{server_side_prepares};
     }
 
-    $self->glog("DSN: $dsn", LOG_NORMAL) if exists $config{log_level};
+    $self->glog("DSN: $dsn", LOG_VERBOSE) if exists $config{log_level};
 
     $dbh = DBI->connect
         (