log data file loading into trace instead of debug
[scpubgit/System-Introspector-Report.git] / lib / System / Introspector / Report / Source.pm
index 5371ea7..7373df9 100644 (file)
@@ -30,7 +30,7 @@ sub generate {
     my ($id, $path) = @$dir_spec;
     my $data = $self->_load_dataset($path, $required)
       or next;
-    log_debug { "loading node '$id' from '$path'" };
+    log_trace { "loading node '$id' from '$path'" };
     $_->collect_from($id, $data)
       for @generators;
   }