log data file loading into trace instead of debug
Robert 'phaylon' Sedlacek [Wed, 3 Oct 2012 17:26:59 +0000 (17:26 +0000)]
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;
   }