@scan = splice(@hosts, 0, $concurrent_max);
} else {
@scan = @hosts;
+ @hosts = ();
}
Dlog_trace { my $c = scalar(@scan); "Scanning $c hosts in this gather loop" } @scan;
sub _store {
my ($self, $host, $group, $gathered) = @_;
- log_debug { "Storing data for group '$group' on '$host'" };
+ log_info { "Storing data for group '$group' on '$host'" };
my $storage = $self->storage($host, $group);
my $ok = eval {
my @files;