projects
/
scpubgit/System-Introspector-Report.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ca66351
)
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
patch
|
blob
|
blame
|
history
diff --git
a/lib/System/Introspector/Report/Source.pm
b/lib/System/Introspector/Report/Source.pm
index
5371ea7
..
7373df9
100644
(file)
--- a/
lib/System/Introspector/Report/Source.pm
+++ b/
lib/System/Introspector/Report/Source.pm
@@
-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;
}