From: Robert 'phaylon' Sedlacek Date: Wed, 3 Oct 2012 17:26:59 +0000 (+0000) Subject: log data file loading into trace instead of debug X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0a14f8a2dbef88a5940c5bfcd02aa86b9c9fc5d;hp=ca66351c55b12222f9139947f1f6daccb156941c;p=scpubgit%2FSystem-Introspector-Report.git log data file loading into trace instead of debug --- diff --git a/lib/System/Introspector/Report/Source.pm b/lib/System/Introspector/Report/Source.pm index 5371ea7..7373df9 100644 --- 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; }